Home
last modified time | relevance | path

Searched refs:imm (Results 1 – 25 of 1094) sorted by relevance

12345678910>>...44

/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm_cde.h34 #define __arm_cx1(coproc, imm) \ argument
35 __builtin_arm_cx1si(coproc, imm)
37 #define __arm_cx1a(coproc, acc, imm) \ argument
40 #define __arm_cx2(coproc, n, imm) \ argument
41 __builtin_arm_cx2si(coproc, n, imm)
52 #define __arm_cx1d(coproc, imm) \ argument
53 __builtin_arm_cx1di(coproc, imm)
58 #define __arm_cx2d(coproc, n, imm) \ argument
59 __builtin_arm_cx2di(coproc, n, imm)
77 __builtin_arm_vcx1si(coproc, imm)
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm_cde.h34 #define __arm_cx1(coproc, imm) \ argument
35 __builtin_arm_cx1si(coproc, imm)
37 #define __arm_cx1a(coproc, acc, imm) \ argument
40 #define __arm_cx2(coproc, n, imm) \ argument
41 __builtin_arm_cx2si(coproc, n, imm)
52 #define __arm_cx1d(coproc, imm) \ argument
53 __builtin_arm_cx1di(coproc, imm)
58 #define __arm_cx2d(coproc, n, imm) \ argument
59 __builtin_arm_cx2di(coproc, n, imm)
77 __builtin_arm_vcx1si(coproc, imm)
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_internals.h53 #define si_lqd(ra,imm) __builtin_si_lqd(ra,imm) argument
55 #define si_lqa(imm) __builtin_si_lqa(imm) argument
56 #define si_lqr(imm) __builtin_si_lqr(imm) argument
61 #define si_cbd(ra,imm) __builtin_si_cbd(ra,imm) argument
69 #define si_ilh(imm) __builtin_si_ilh(imm) argument
70 #define si_ilhu(imm) __builtin_si_ilhu(imm) argument
71 #define si_il(imm) __builtin_si_il(imm) argument
72 #define si_ila(imm) __builtin_si_ila(imm) argument
74 #define si_fsmbi(imm) __builtin_si_fsmbi(imm) argument
78 #define si_ai(ra,imm) __builtin_si_ai(ra,imm) argument
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/arm/
H A Dmve-vstrldr-3.s4 .macro n_vstr_w_vldr op, imm
7 \op \op1, [\op2, #\imm]
8 \op \op1, [\op2, #-\imm]
9 \op \op1, [\op2, #\imm]!
10 \op \op1, [\op2, #-\imm]!
11 \op \op1, [\op2], #\imm
12 \op \op1, [\op2], #-\imm
19 n_vstr_w_vldr \mnem, \imm
30 \op \op1, [\op2, #\imm]!
32 \op \op1, [\op2], #\imm
[all …]
H A Dmve-vstrldr-2.s4 .macro all_vstr op, imm
7 \op \op1, [\op2, #\imm]
8 \op \op1, [\op2, #-\imm]
9 \op \op1, [\op2, #\imm]!
10 \op \op1, [\op2, #-\imm]!
17 all_vstr vstrw\data, \imm
76 all_vldr_q0 \op, \imm
77 all_vldr_q1 \op, \imm
78 all_vldr_q2 \op, \imm
79 all_vldr_q4 \op, \imm
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmve-vstrldr-3.s4 .macro n_vstr_w_vldr op, imm
7 \op \op1, [\op2, #\imm]
8 \op \op1, [\op2, #-\imm]
9 \op \op1, [\op2, #\imm]!
10 \op \op1, [\op2, #-\imm]!
11 \op \op1, [\op2], #\imm
12 \op \op1, [\op2], #-\imm
19 n_vstr_w_vldr \mnem, \imm
30 \op \op1, [\op2, #\imm]!
32 \op \op1, [\op2], #\imm
[all …]
H A Dmve-vstrldr-2.s4 .macro all_vstr op, imm
7 \op \op1, [\op2, #\imm]
8 \op \op1, [\op2, #-\imm]
9 \op \op1, [\op2, #\imm]!
10 \op \op1, [\op2, #-\imm]!
17 all_vstr vstrw\data, \imm
76 all_vldr_q0 \op, \imm
77 all_vldr_q1 \op, \imm
78 all_vldr_q2 \op, \imm
79 all_vldr_q4 \op, \imm
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoC.td256 let Inst{2} = imm{4};
294 let Inst{6} = imm{2};
295 let Inst{5} = imm{3};
301 bits<8> imm;
308 bits<7> imm;
318 bits<7> imm;
327 bits<8> imm;
335 bits<8> imm;
342 bits<7> imm;
352 bits<7> imm;
[all …]
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dft32-dis.c64 int imm; in ft32_opcode() local
87 switch (imm) in ft32_opcode()
103 default: fpr(stream, "%d,$r30,%d", (imm >> 4), (imm & 1)); break; in ft32_opcode()
108 fpr(stream, "%d", imm); in ft32_opcode()
115 fpr(stream, "$r%d", 28 + imm); in ft32_opcode()
119 fpr(stream, "%d", imm); in ft32_opcode()
126 if (imm & 0x400) in ft32_opcode()
129 fpr(stream, "$r%d", imm & 0x1f); in ft32_opcode()
136 fpr(stream, "%d", sign_extend(19, imm)); in ft32_opcode()
148 fpr(stream, "%d", imm); in ft32_opcode()
[all …]
H A Dmoxie-dis.c82 unsigned imm; in print_insn_moxie() local
86 imm = bfd_getb32 (buffer); in print_insn_moxie()
88 imm = bfd_getl32 (buffer); in print_insn_moxie()
90 reg_names[OP_A(iword)], imm); in print_insn_moxie()
96 unsigned imm; in print_insn_moxie() local
109 unsigned imm; in print_insn_moxie() local
131 unsigned imm; in print_insn_moxie() local
145 unsigned imm; in print_insn_moxie() local
153 imm, in print_insn_moxie()
161 unsigned imm; in print_insn_moxie() local
[all …]
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dft32-dis.c64 int imm; in ft32_opcode() local
87 switch (imm) in ft32_opcode()
103 default: fpr(stream, "%d,$r30,%d", (imm >> 4), (imm & 1)); break; in ft32_opcode()
108 fpr(stream, "%d", imm); in ft32_opcode()
115 fpr(stream, "$r%d", 28 + imm); in ft32_opcode()
119 fpr(stream, "%d", imm); in ft32_opcode()
126 if (imm & 0x400) in ft32_opcode()
129 fpr(stream, "$r%d", imm & 0x1f); in ft32_opcode()
136 fpr(stream, "%d", sign_extend(19, imm)); in ft32_opcode()
148 fpr(stream, "%d", imm); in ft32_opcode()
[all …]
H A Dmoxie-dis.c82 unsigned imm; in print_insn_moxie() local
86 imm = bfd_getb32 (buffer); in print_insn_moxie()
88 imm = bfd_getl32 (buffer); in print_insn_moxie()
90 reg_names[OP_A(iword)], imm); in print_insn_moxie()
96 unsigned imm; in print_insn_moxie() local
109 unsigned imm; in print_insn_moxie() local
131 unsigned imm; in print_insn_moxie() local
145 unsigned imm; in print_insn_moxie() local
153 imm, in print_insn_moxie()
161 unsigned imm; in print_insn_moxie() local
[all …]
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dft32-dis.c55 int imm; in ft32_opcode1() local
74 switch (imm) in ft32_opcode1()
91 fpr (stream, "%d,$r30,%d", (imm >> 4), (imm & 1)); in ft32_opcode1()
97 fpr (stream, "%d", imm); in ft32_opcode1()
104 fpr (stream, "$r%d", 28 + imm); in ft32_opcode1()
108 fpr (stream, "%d", imm); in ft32_opcode1()
115 if (imm & 0x400) in ft32_opcode1()
118 fpr (stream, "$r%d", imm & 0x1f); in ft32_opcode1()
125 fpr (stream, "%d", sign_extend (19, imm)); in ft32_opcode1()
137 fpr (stream, "%d", imm); in ft32_opcode1()
[all …]
H A Dmoxie-dis.c82 unsigned imm; in print_insn_moxie() local
86 imm = bfd_getb32 (buffer); in print_insn_moxie()
88 imm = bfd_getl32 (buffer); in print_insn_moxie()
90 reg_names[OP_A(iword)], imm); in print_insn_moxie()
96 unsigned imm; in print_insn_moxie() local
109 unsigned imm; in print_insn_moxie() local
131 unsigned imm; in print_insn_moxie() local
145 unsigned imm; in print_insn_moxie() local
153 imm, in print_insn_moxie()
161 unsigned imm; in print_insn_moxie() local
[all …]
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dft32-dis.c64 int imm; in ft32_opcode() local
87 switch (imm) in ft32_opcode()
103 default: fpr(stream, "%d,$r30,%d", (imm >> 4), (imm & 1)); break; in ft32_opcode()
108 fpr(stream, "%d", imm); in ft32_opcode()
115 fpr(stream, "$r%d", 28 + imm); in ft32_opcode()
119 fpr(stream, "%d", imm); in ft32_opcode()
126 if (imm & 0x400) in ft32_opcode()
129 fpr(stream, "$r%d", imm & 0x1f); in ft32_opcode()
136 fpr(stream, "%d", sign_extend(19, imm)); in ft32_opcode()
148 fpr(stream, "%d", imm); in ft32_opcode()
[all …]
H A Dmoxie-dis.c82 unsigned imm; in print_insn_moxie() local
86 imm = bfd_getb32 (buffer); in print_insn_moxie()
88 imm = bfd_getl32 (buffer); in print_insn_moxie()
90 reg_names[OP_A(iword)], imm); in print_insn_moxie()
96 unsigned imm; in print_insn_moxie() local
109 unsigned imm; in print_insn_moxie() local
131 unsigned imm; in print_insn_moxie() local
145 unsigned imm; in print_insn_moxie() local
153 imm, in print_insn_moxie()
161 unsigned imm; in print_insn_moxie() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrCDE.td118 bits<13> imm;
124 let Inst{7} = imm{6};
134 bits<9> imm;
142 let Inst{7} = imm{6};
152 bits<6> imm;
279 bits<12> imm;
300 bits<11> imm;
335 bits<7> imm;
361 bits<6> imm;
402 bits<4> imm;
[all …]
/netbsd/sys/arch/riscv/riscv/
H A Ddb_disasm.c139 uint32_t imm; in db_disasm_16() local
147 if (imm == 0) { in db_disasm_16()
282 imm &= 63; in db_disasm_16()
285 imm = 64; in db_disasm_16()
288 imm &= 127; in db_disasm_16()
359 imm &= 63; in db_disasm_16()
362 imm = 64; in db_disasm_16()
371 imm &= 127; in db_disasm_16()
1167 uint32_t imm; in db_disasm_32() local
1298 imm &= 31; in db_disasm_32()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dssa-iterators.h89 : imm (imm) {} in auto_end_imm_use_stmt_traverse()
347 return (imm->imm_use == imm->end_p); in end_readonly_imm_use_p()
355 imm->imm_use = imm->end_p->next; in first_readonly_imm_use()
356 imm->iter_node.next = imm->imm_use->next; in first_readonly_imm_use()
844 return (imm->imm_use == imm->end_p); in end_imm_use_stmt_p()
932 imm->imm_use = imm->end_p->next; in first_imm_use_stmt()
946 link_use_stmts_after (imm->imm_use, imm); in first_imm_use_stmt()
956 imm->imm_use = imm->iter_node.next; in next_imm_use_stmt()
964 link_use_stmts_after (imm->imm_use, imm); in next_imm_use_stmt()
974 imm->next_imm_name = imm->imm_use->next; in first_imm_use_on_stmt()
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_cde.td68 cgArgs, (? $imm))>;
80 (? $imm)):$pair,
86 defm cx1 : CDE_CX_m<(args imm_13b:$imm), (args), (?)>;
114 defm vcx3: CDE_VCXFP_m<(args imm_3b:$imm),
124 (CDEIRInt<"vcx1q"> $cp, $imm)>;
159 $imm),
178 ["cp", "acc", "n", "imm"],
182 ["cp", "n", "m", "imm"],
185 ["cp", "n", "m", "imm"],
188 ["cp", "acc", "n", "m", "imm"],
[all …]
/netbsd/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativePPC_64.c53 if (imm <= SIMM_MAX && imm >= SIMM_MIN) in load_immediate()
56 if (!(imm & ~0xffff)) in load_immediate()
59 if (imm <= 0x7fffffffl && imm >= -0x80000000l) { in load_immediate()
65 tmp = (imm >= 0) ? imm : ~imm; in load_immediate()
69 tmp = (imm << shift); in load_immediate()
336 compiler->imm &= 0x1f; in emit_single_op()
339 compiler->imm &= 0x3f; in emit_single_op()
348 compiler->imm &= 0x1f; in emit_single_op()
351 compiler->imm &= 0x3f; in emit_single_op()
360 compiler->imm &= 0x1f; in emit_single_op()
[all …]
H A DsljitNativePPC_32.c33 if (imm <= SIMM_MAX && imm >= SIMM_MIN) in load_immediate()
34 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate()
36 if (!(imm & ~0xffff)) in load_immediate()
37 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm)); in load_immediate()
40 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS; in load_immediate()
117 …sh_inst(compiler, ADDIS | D(dst) | A(dst) | (((compiler->imm >> 16) & 0xffff) + ((compiler->imm >>… in emit_single_op()
207 compiler->imm &= 0x1f; in emit_single_op()
208 …ompiler, RLWINM | RC(flags) | S(src1) | A(dst) | (compiler->imm << 11) | ((31 - compiler->imm) << … in emit_single_op()
215 compiler->imm &= 0x1f; in emit_single_op()
216 …RLWINM | RC(flags) | S(src1) | A(dst) | (((32 - compiler->imm) & 0x1f) << 11) | (compiler->imm << … in emit_single_op()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dssa-iterators.h344 return (imm->imm_use == imm->end_p); in end_readonly_imm_use_p()
352 imm->imm_use = imm->end_p->next; in first_readonly_imm_use()
353 imm->iter_node.next = imm->imm_use->next; in first_readonly_imm_use()
841 return (imm->imm_use == imm->end_p); in end_imm_use_stmt_p()
929 imm->imm_use = imm->end_p->next; in first_imm_use_stmt()
943 link_use_stmts_after (imm->imm_use, imm); in first_imm_use_stmt()
953 imm->imm_use = imm->iter_node.next; in next_imm_use_stmt()
961 link_use_stmts_after (imm->imm_use, imm); in next_imm_use_stmt()
971 imm->next_imm_name = imm->imm_use->next; in first_imm_use_on_stmt()
980 return (imm->imm_use == &(imm->iter_node)); in end_imm_use_on_stmt_p()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrAliases.td65 // b<cond> $imm
69 // b<cond>,a $imm
73 // b<cond> %icc, $imm
168 // t<cond> %icc, imm => t<cond> %icc, G0 + imm
176 // t<cond> %xcc, imm => t<cond> %xcc, G0 + imm
185 // t<cond> imm => t<cond> G0 + imm
189 // t<cond> rs1 + imm => t<cond> rs1 + imm
206 // fb<cond> $imm
210 // fb<cond>,a $imm
259 // cb<cond> $imm
[all …]
/netbsd/external/gpl3/gdb/dist/gas/doc/
H A Dc-h8300.texi212 imm @r{immediate data}
216 add.b #imm,rd * andc #imm,ccr
219 * add.w #imm,rd band #imm,@@abs:8
261 bclr #imm,rd bxor #imm,rd
262 bclr #imm,@@rd bxor #imm,@@rd
263 bclr #imm,@@abs:8 bxor #imm,@@abs:8
268 biand #imm,@@rd * cmp.w #imm,rd
269 biand #imm,@@abs:8 * cmp.l #imm,rd
274 bior #imm,@@rd * dec.w #imm,rd
275 bior #imm,@@abs:8 * dec.l #imm,rd
[all …]

12345678910>>...44