diff options
author | Justin Hibbits <jhibbits@FreeBSD.org> | 2018-08-10 03:28:40 +0000 |
---|---|---|
committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2018-08-10 03:28:40 +0000 |
commit | 7d849dc1a4960e28577855123d634a4dec74cd6b (patch) | |
tree | 7a3784f7cae4b3b5b5a73f28672536ce6614c985 /sys/powerpc | |
parent | 79476a1c3e499d535ef583245b6a2c7003417781 (diff) | |
download | src-test2-7d849dc1a4960e28577855123d634a4dec74cd6b.tar.gz src-test2-7d849dc1a4960e28577855123d634a4dec74cd6b.zip |
Notes
Diffstat (limited to 'sys/powerpc')
-rw-r--r-- | sys/powerpc/powerpc/db_disasm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/powerpc/powerpc/db_disasm.c b/sys/powerpc/powerpc/db_disasm.c index 29d74629c125..c0478e8d4cf6 100644 --- a/sys/powerpc/powerpc/db_disasm.c +++ b/sys/powerpc/powerpc/db_disasm.c @@ -310,7 +310,9 @@ const struct opcode opcodes_1f[] = { { "lfsux", 0xfc0007fe, 0x7c00046e, Op_D | Op_A | Op_B }, { "mfsr", 0xfc0007fe, 0x7c0004a6, Op_D | Op_SR }, { "lswi", 0xfc0007fe, 0x7c0004aa, Op_D | Op_A | Op_NB }, - { "sync", 0xfc0007fe, 0x7c0004ac, 0 }, + { "sync", 0xfc6007fe, 0x7c0004ac, 0 }, + { "lwsync", 0xfc6007fe, 0x7c2004ac, 0 }, + { "ptesync", 0xfc6007fe, 0x7c4004ac, 0 }, { "lfdx", 0xfc0007fe, 0x7c0004ae, Op_D | Op_A | Op_B }, { "lfdux", 0xfc0007fe, 0x7c0004ee, Op_D | Op_A | Op_B }, { "mfsrin", 0xfc0007fe, 0x7c000526, Op_D | Op_B }, |