Home
last modified time | relevance | path

Searched refs:imm16 (Results 151 – 175 of 272) sorted by relevance

1234567891011

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td213 def imm16 : Operand<i16>
1159 (ins imm16:$k),
1347 (ins imm16:$k, GPR8:$rd),
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/h8300/
H A Daddb.s31 # add.b reg8, @(d:16, erd) ; 0 1 7 9 c b30 | rd32, 1 rs8 imm16
H A Daddl.s193 add_l_imm16_to_postinc: ; post-increment from imm16 to mem
226 add_l_imm16_to_postdec: ; post-decrement from imm16 to mem
H A Dmovw.s496 mov_w_imm16_to_postinc: ; post-increment from imm16 to mem
529 mov_w_imm16_to_postdec: ; post-decrement from imm16 to mem
H A Dmovl.s459 mov_l_imm16_to_postinc: ; post-increment from imm16 to mem
492 mov_l_imm16_to_postdec: ; post-decrement from imm16 to mem
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/h8300/
H A Daddb.s31 # add.b reg8, @(d:16, erd) ; 0 1 7 9 c b30 | rd32, 1 rs8 imm16
H A Daddl.s193 add_l_imm16_to_postinc: ; post-increment from imm16 to mem
226 add_l_imm16_to_postdec: ; post-decrement from imm16 to mem
H A Dmovw.s496 mov_w_imm16_to_postinc: ; post-increment from imm16 to mem
529 mov_w_imm16_to_postdec: ; post-decrement from imm16 to mem
H A Dmovl.s459 mov_l_imm16_to_postinc: ; post-increment from imm16 to mem
492 mov_l_imm16_to_postdec: ; post-decrement from imm16 to mem
/netbsd/external/gpl3/gdb/dist/cpu/
H A Dm32c.cpu6670 ;<arith>.L:G #imm16,sp -- for m32c
6675 (dni (.sym op 32.l-imm16-G)
6676 (.str op ".l 32-imm16-G")
7298 ; add.L:G #imm16,sp (m32 #8)
7352 ; op.w #imm16,r0
7353 (dni (.sym op 16.w-imm16)
7354 (.str op ".b #imm16")
8545 (dni ldc16.imm16 "ldc #imm,dst" ((machine 16))
9257 (dni popc16.imm16 "popc dst" ((machine 16))
9263 (dni popc32.imm16-cr1 "popc dst" ((machine 32))
[all …]
/netbsd/external/gpl3/binutils.old/dist/cpu/
H A Dm32c.cpu6670 ;<arith>.L:G #imm16,sp -- for m32c
6675 (dni (.sym op 32.l-imm16-G)
6676 (.str op ".l 32-imm16-G")
7298 ; add.L:G #imm16,sp (m32 #8)
7352 ; op.w #imm16,r0
7353 (dni (.sym op 16.w-imm16)
7354 (.str op ".b #imm16")
8545 (dni ldc16.imm16 "ldc #imm,dst" ((machine 16))
9257 (dni popc16.imm16 "popc dst" ((machine 16))
9263 (dni popc32.imm16-cr1 "popc dst" ((machine 32))
[all …]
/netbsd/external/gpl3/binutils/dist/cpu/
H A Dm32c.cpu6670 ;<arith>.L:G #imm16,sp -- for m32c
6675 (dni (.sym op 32.l-imm16-G)
6676 (.str op ".l 32-imm16-G")
7298 ; add.L:G #imm16,sp (m32 #8)
7352 ; op.w #imm16,r0
7353 (dni (.sym op 16.w-imm16)
7354 (.str op ".b #imm16")
8545 (dni ldc16.imm16 "ldc #imm,dst" ((machine 16))
9257 (dni popc16.imm16 "popc dst" ((machine 16))
9263 (dni popc32.imm16-cr1 "popc dst" ((machine 32))
[all …]
/netbsd/external/gpl3/gdb.old/dist/cpu/
H A Dm32c.cpu6670 ;<arith>.L:G #imm16,sp -- for m32c
6675 (dni (.sym op 32.l-imm16-G)
6676 (.str op ".l 32-imm16-G")
7298 ; add.L:G #imm16,sp (m32 #8)
7352 ; op.w #imm16,r0
7353 (dni (.sym op 16.w-imm16)
7354 (.str op ".b #imm16")
8545 (dni ldc16.imm16 "ldc #imm,dst" ((machine 16))
9257 (dni popc16.imm16 "popc dst" ((machine 16))
9263 (dni popc32.imm16-cr1 "popc dst" ((machine 32))
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrInfo.td866 /// imm16 predicate - Immediate is exactly 16.
868 def imm16 : Operand<i32>, ImmLeaf<i32, [{ return Imm == 16; }]> {
2311 def UDF : AInoP<(outs), (ins imm0_65535:$imm16), MiscFrm, NoItinerary,
2312 "udf", "\t$imm16", [(int_arm_undefined imm0_65535:$imm16)]> {
2313 bits<16> imm16;
2317 let Inst{19-8} = imm16{15-4};
2319 let Inst{3-0} = imm16{3-0};
4779 (srl GPRnopc:$src2, imm16:$sh)),
4780 (PKHTB GPRnopc:$src1, GPRnopc:$src2, imm16:$sh)>;
/netbsd/external/gpl3/gdb/dist/ld/testsuite/
H A DChangeLog-2004381 * ld-crx/reloc-imm16.s: Likewise.
382 * ld-crx/reloc-imm16.d: Likewise.
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/
H A DChangeLog-2004381 * ld-crx/reloc-imm16.s: Likewise.
382 * ld-crx/reloc-imm16.d: Likewise.
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-csky.c5642 unsigned int imm16 = 0; in csky_rsubi() local
5650 imm16 = e.X_add_number; in csky_rsubi()
5654 sprintf (str_imm16, "%d", imm16 + 1); in csky_rsubi()
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/i386/
H A Dhle.s52 # Tests for op imm16 regs/m16
689 # Tests for op imm16 regs/m16
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dhle.s52 # Tests for op imm16 regs/m16
689 # Tests for op imm16 regs/m16
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMicroMips32r6InstrInfo.td1135 dag InOperandList = (ins uimm16:$imm16);
1136 string AsmString = "lui\t$rt, $imm16";
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-csky.c6311 unsigned int imm16 = 0; in csky_rsubi() local
6319 imm16 = e.X_add_number; in csky_rsubi()
6323 sprintf (str_imm16, "%d", imm16 + 1); in csky_rsubi()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-csky.c6153 unsigned int imm16 = 0; in csky_rsubi() local
6161 imm16 = e.X_add_number; in csky_rsubi()
6165 sprintf (str_imm16, "%d", imm16 + 1); in csky_rsubi()
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Darm-dis.c10224 long imm16 = hi | lo; in print_insn_arm() local
10226 func (stream, "#%lu", imm16); in print_insn_arm()
10227 value_in_comment = imm16; in print_insn_arm()
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Darm-dis.c10499 long imm16 = hi | lo; in print_insn_arm() local
10501 func (stream, "#%lu", imm16); in print_insn_arm()
10502 value_in_comment = imm16; in print_insn_arm()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-csky.c6311 unsigned int imm16 = 0; in csky_rsubi() local
6319 imm16 = e.X_add_number; in csky_rsubi()
6323 sprintf (str_imm16, "%d", imm16 + 1); in csky_rsubi()

1234567891011