Home
last modified time | relevance | path

Searched refs:op8 (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dsh64-compact.cpu192 (dshcf f-op8 "Opcode (8 bits)" () 15 8)
366 (+ (f-op8 #xc9) uimm8)
372 (+ (f-op8 #xcd) imm8)
381 (+ (f-op8 #x8b) disp8)
388 (+ (f-op8 #x8f) disp8)
429 (+ (f-op8 #x89) disp8)
436 (+ (f-op8 #x8d) disp8)
469 (+ (f-op8 #x88) imm8)
1100 (+ (f-op8 #xc0) imm8)
1108 (+ (f-op8 #x80) rm imm4)
[all …]
H A Dip2k.cpu127 (dnf f-op8 "op8" () 15 8)
1294 (+ (f-op8 1) lit8)
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dsh64-compact.cpu192 (dshcf f-op8 "Opcode (8 bits)" () 15 8)
366 (+ (f-op8 #xc9) uimm8)
372 (+ (f-op8 #xcd) imm8)
381 (+ (f-op8 #x8b) disp8)
388 (+ (f-op8 #x8f) disp8)
429 (+ (f-op8 #x89) disp8)
436 (+ (f-op8 #x8d) disp8)
469 (+ (f-op8 #x88) imm8)
1100 (+ (f-op8 #xc0) imm8)
1108 (+ (f-op8 #x80) rm imm4)
[all …]
H A Dip2k.cpu127 (dnf f-op8 "op8" () 15 8)
1294 (+ (f-op8 1) lit8)
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dsh64-compact.cpu192 (dshcf f-op8 "Opcode (8 bits)" () 15 8)
366 (+ (f-op8 #xc9) uimm8)
372 (+ (f-op8 #xcd) imm8)
381 (+ (f-op8 #x8b) disp8)
388 (+ (f-op8 #x8f) disp8)
429 (+ (f-op8 #x89) disp8)
436 (+ (f-op8 #x8d) disp8)
469 (+ (f-op8 #x88) imm8)
1100 (+ (f-op8 #xc0) imm8)
1108 (+ (f-op8 #x80) rm imm4)
[all …]
H A Dip2k.cpu127 (dnf f-op8 "op8" () 15 8)
1294 (+ (f-op8 1) lit8)
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dsh64-compact.cpu192 (dshcf f-op8 "Opcode (8 bits)" () 15 8)
366 (+ (f-op8 #xc9) uimm8)
372 (+ (f-op8 #xcd) imm8)
381 (+ (f-op8 #x8b) disp8)
388 (+ (f-op8 #x8f) disp8)
429 (+ (f-op8 #x89) disp8)
436 (+ (f-op8 #x8d) disp8)
469 (+ (f-op8 #x88) imm8)
1100 (+ (f-op8 #xc0) imm8)
1108 (+ (f-op8 #x80) rm imm4)
[all …]
H A Dip2k.cpu127 (dnf f-op8 "op8" () 15 8)
1294 (+ (f-op8 1) lit8)
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/i386/
H A Ddt_isadep.c59 #define DT_ISJ8(op8) (((op8) & 0xf0) == 0x70) argument
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dnds32.h123 #define N16_TYPE25(op8, re, imm5) \ argument
124 (0x8000 | __MF (N16_T25_##op8, 7, 8) | __MF (re, 5, 2) \
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dnds32.h123 #define N16_TYPE25(op8, re, imm5) \ argument
124 (0x8000 | __MF (N16_T25_##op8, 7, 8) | __MF (re, 5, 2) \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.cc2163 rtx op8; in visium_split_double_add() local
2178 op8 = const0_rtx; in visium_split_double_add()
2183 op8 = gen_highpart (SImode, op2); in visium_split_double_add()
2195 if (op8 == const0_rtx) in visium_split_double_add()
2198 x = gen_rtx_fmt_ee (code, SImode, op7, op8); in visium_split_double_add()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c2161 rtx op8; in visium_split_double_add() local
2176 op8 = const0_rtx; in visium_split_double_add()
2181 op8 = gen_highpart (SImode, op2); in visium_split_double_add()
2193 if (op8 == const0_rtx) in visium_split_double_add()
2196 x = gen_rtx_fmt_ee (code, SImode, op7, op8); in visium_split_double_add()
/netbsd-src/sys/arch/aarch64/aarch64/
H A Ddisasm.c779 #define SHIFTOP8(s, op1, op2, op3, op4, op5, op6, op7, op8) \ argument
780 ((const char *[]){ op1, op2, op3, op4, op5, op6, op7, op8 })[(s) & 7]