Home
last modified time | relevance | path

Searched refs:ins (Results 1 – 25 of 845) sorted by relevance

12345678910>>...34

/netbsd/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c8636 if (ins->prefixes || ins->rex) in ckprefix()
8642 ins->rex_used = ins->rex; in ckprefix()
8653 ins->rex_used = ins->rex; in ckprefix()
9535 ins.insn_codep = ins.codep; in print_insn()
9579 ins.end_codep = ins.codep; in print_insn()
9639 ins.obufp = ins.op_out[i]; in print_insn()
9805 ins.obufp = ins.mnemonicendp; in print_insn()
9840 ins.op_ad = ins.op_index[i]; in print_insn()
9898 ((bfd_vma)(ins.start_pc + (ins.codep - ins.start_codep) in print_insn()
12053 ins->op_index[ins->op_ad] = ins->op_ad; in set_op()
[all …]
H A Dvisium-dis.c99 if (ins == 0) in disassem_class0()
183 int size = ins & 0x7; in disassem_class1()
196 if (ins != BMI) in disassem_class1()
207 if (ins != BMD) in disassem_class1()
214 if (ins != DSI) in disassem_class1()
222 if (ins != ENI) in disassem_class1()
234 if (ins != RFI) in disassem_class1()
287 if (ins & ((1 << 14) | (1 << 8)) || (fp_ins && ins & (1 << 20))) in disassem_class1()
437 if (ins & CC_MASK) in disassem_class2()
761 unsigned ins; in print_insn_visium() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Ddarwin-fallback.c103 uint32_t ins = *pc++; in interpret_libc() local
125 if ((cr >> ((ins >> 16 & 0x1F) ^ 0x1F) & 1) == (ins >> 24 & 1)) in interpret_libc()
131 gprs [ins >> 16 & 0x1F] = (gprs [ins >> 11 & 0x1F] in interpret_libc()
137 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F]; in interpret_libc()
138 gprs [ins >> 21 & 0x1F] = src + (int16_t) ins; in interpret_libc()
143 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F]; in interpret_libc()
144 gprs [ins >> 21 & 0x1F] = src + ((int16_t) ins << 16); in interpret_libc()
149 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F]; in interpret_libc()
158 uint32_t *p = (uint32_t *)(gprs [ins >> 16 & 0x1F] += (int16_t) ins); in interpret_libc()
169 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F]; in interpret_libc()
[all …]
/netbsd/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Ddarwin-fallback.c103 uint32_t ins = *pc++; in interpret_libc() local
125 if ((cr >> ((ins >> 16 & 0x1F) ^ 0x1F) & 1) == (ins >> 24 & 1)) in interpret_libc()
131 gprs [ins >> 16 & 0x1F] = (gprs [ins >> 11 & 0x1F] in interpret_libc()
137 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F]; in interpret_libc()
138 gprs [ins >> 21 & 0x1F] = src + (int16_t) ins; in interpret_libc()
143 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F]; in interpret_libc()
144 gprs [ins >> 21 & 0x1F] = src + ((int16_t) ins << 16); in interpret_libc()
149 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F]; in interpret_libc()
158 uint32_t *p = (uint32_t *)(gprs [ins >> 16 & 0x1F] += (int16_t) ins); in interpret_libc()
169 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F]; in interpret_libc()
[all …]
/netbsd/sys/arch/hppa/include/
H A Ddb_machdep.h89 static __inline int inst_call(u_int ins) { in inst_call() argument
90 return (ins & 0xfc00e000) == 0xe8000000 || in inst_call()
91 (ins & 0xfc00e000) == 0xe8004000 || in inst_call()
92 (ins & 0xfc000000) == 0xe4000000; in inst_call()
95 return (ins & 0xf0000000) == 0xe0000000 || in inst_branch()
96 (ins & 0xf0000000) == 0xc0000000 || in inst_branch()
98 (ins & 0xf0000000) == 0x80000000; in inst_branch()
100 static __inline int inst_load(u_int ins) { in inst_load() argument
104 (ins & 0xfc001fc0) != 0x0c0011c0; in inst_load()
114 (ins & 0xfc000000) == 0xe0000000; in inst_return()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrConv.td15 defm I32_WRAP_I64 : I<(outs I32:$dst), (ins I64:$src), (outs), (ins),
19 defm I64_EXTEND_S_I32 : I<(outs I64:$dst), (ins I32:$src), (outs), (ins),
23 defm I64_EXTEND_U_I32 : I<(outs I64:$dst), (ins I32:$src), (outs), (ins),
29 defm I32_EXTEND8_S_I32 : I<(outs I32:$dst), (ins I32:$src), (outs), (ins),
33 defm I32_EXTEND16_S_I32 : I<(outs I32:$dst), (ins I32:$src), (outs), (ins),
37 defm I64_EXTEND8_S_I64 : I<(outs I64:$dst), (ins I64:$src), (outs), (ins),
41 defm I64_EXTEND16_S_I64 : I<(outs I64:$dst), (ins I64:$src), (outs), (ins),
45 defm I64_EXTEND32_S_I64 : I<(outs I64:$dst), (ins I64:$src), (outs), (ins),
140 defm I32_TRUNC_S_F32 : I<(outs I32:$dst), (ins F32:$src), (outs), (ins),
143 defm I32_TRUNC_U_F32 : I<(outs I32:$dst), (ins F32:$src), (outs), (ins),
[all …]
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dvisium-dis.c99 if (ins == 0) in disassem_class0()
183 int size = ins & 0x7; in disassem_class1()
196 if (ins != BMI) in disassem_class1()
207 if (ins != BMD) in disassem_class1()
214 if (ins != DSI) in disassem_class1()
222 if (ins != ENI) in disassem_class1()
234 if (ins != RFI) in disassem_class1()
287 if (ins & ((1 << 14) | (1 << 8)) || (fp_ins && ins & (1 << 20))) in disassem_class1()
437 if (ins & CC_MASK) in disassem_class2()
761 unsigned ins; in print_insn_visium() local
[all …]
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dvisium-dis.c99 if (ins == 0) in disassem_class0()
183 int size = ins & 0x7; in disassem_class1()
196 if (ins != BMI) in disassem_class1()
207 if (ins != BMD) in disassem_class1()
214 if (ins != DSI) in disassem_class1()
222 if (ins != ENI) in disassem_class1()
234 if (ins != RFI) in disassem_class1()
287 if (ins & ((1 << 14) | (1 << 8)) || (fp_ins && ins & (1 << 20))) in disassem_class1()
437 if (ins & CC_MASK) in disassem_class2()
761 unsigned ins; in print_insn_visium() local
[all …]
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dvisium-dis.c99 if (ins == 0) in disassem_class0()
183 int size = ins & 0x7; in disassem_class1()
196 if (ins != BMI) in disassem_class1()
207 if (ins != BMD) in disassem_class1()
214 if (ins != DSI) in disassem_class1()
222 if (ins != ENI) in disassem_class1()
234 if (ins != RFI) in disassem_class1()
287 if (ins & ((1 << 14) | (1 << 8)) || (fp_ins && ins & (1 << 20))) in disassem_class1()
437 if (ins & CC_MASK) in disassem_class2()
761 unsigned ins; in print_insn_visium() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrSPE.td144 def EFDABS : EFXForm_2<740, (outs sperc:$RT), (ins sperc:$RA),
159 def EFDCFSI : EFXForm_2a<753, (outs sperc:$RT), (ins gprc:$RB),
163 def EFDCFSID : EFXForm_2a<739, (outs sperc:$RT), (ins gprc:$RB),
170 def EFDCFUI : EFXForm_2a<752, (outs sperc:$RT), (ins gprc:$RB),
174 def EFDCFUID : EFXForm_2a<738, (outs sperc:$RT), (ins gprc:$RB),
190 def EFDCTSI : EFXForm_2a<757, (outs gprc:$RT), (ins sperc:$RB),
194 def EFDCTSIDZ : EFXForm_2a<747, (outs gprc:$RT), (ins sperc:$RB),
198 def EFDCTSIZ : EFXForm_2a<762, (outs gprc:$RT), (ins sperc:$RB),
205 def EFDCTUI : EFXForm_2a<756, (outs gprc:$RT), (ins sperc:$RB),
209 def EFDCTUIDZ : EFXForm_2a<746, (outs gprc:$RT), (ins sperc:$RB),
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrFormats.td39 dag InOperandList = ins;
48 : MSP430Inst<outs, ins, size, asmstr> {
84 : MSP430Inst<outs, ins, 2, asmstr> {
143 : MSP430Inst<outs, ins, 4, asmstr> {
211 : MSP430Inst<outs, ins, 2, asmstr> {
270 : MSP430Inst<outs, ins, 4, asmstr> {
319 : MSP430Inst<outs, ins, size, asmstr> {
358 : MSP430Inst<outs, ins, 2, asmstr> {
404 : MSP430Inst<outs, ins, 2, asmstr> {
425 : MSP430Inst<outs, ins, 2, asmstr> {
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrSystem.td17 def RDTSC : I<0x31, RawFrm, (outs), (ins), "rdtsc", []>, TB;
42 def HLT : I<0xF4, RawFrm, (outs), (ins), "hlt", []>;
43 def RSM : I<0xAA, RawFrm, (outs), (ins), "rsm", []>, TB;
258 def STR16r : I<0x00, MRM1r, (outs GR16:$dst), (ins),
260 def STR32r : I<0x00, MRM1r, (outs GR32:$dst), (ins),
262 def STR64r : RI<0x00, MRM1r, (outs GR64:$dst), (ins),
390 def SLDT16r : I<0x00, MRM0r, (outs GR16:$dst), (ins),
395 def SLDT32r : I<0x00, MRM0r, (outs GR32:$dst), (ins),
536 def XSETBV : I<0x01, MRM_D1, (outs), (ins),
695 def CLI : I<0xFA, RawFrm, (outs), (ins), "cli", []>;
[all …]
H A DX86InstrFPStack.td227 def _F32m : FPI<0xD8, fp, (outs), (ins f32mem:$src),
230 def _F64m : FPI<0xDC, fp, (outs), (ins f64mem:$src),
276 def _FI16m : FPI<0xDE, fp, (outs), (ins i16mem:$src),
279 def _FI32m : FPI<0xDA, fp, (outs), (ins i32mem:$src),
311 : FPI<0xD8, fp, (outs), (ins RSTi:$op), asm>;
313 : FPI<0xDC, fp, (outs), (ins RSTi:$op), asm>;
315 : FPI<0xDE, fp, (outs), (ins RSTi:$op), asm>;
357 def _F : FPI<0xD9, fp, (outs), (ins), asmstring>;
631 def LD_F0 : FPI<0xD9, MRM_EE, (outs), (ins), "fldz">;
634 def LD_F1 : FPI<0xD9, MRM_E8, (outs), (ins), "fld1">;
[all …]
H A DX86InstrControl.td23 def RETL : I <0xC3, RawFrm, (outs), (ins variable_ops),
25 def RETQ : I <0xC3, RawFrm, (outs), (ins variable_ops),
27 def RETW : I <0xC3, RawFrm, (outs), (ins),
33 def RETIW : Ii16<0xC2, RawFrm, (outs), (ins i16imm:$amt),
35 def LRETL : I <0xCB, RawFrm, (outs), (ins),
37 def LRETQ : RI <0xCB, RawFrm, (outs), (ins),
39 def LRETW : I <0xCB, RawFrm, (outs), (ins),
41 def LRETIL : Ii16<0xCA, RawFrm, (outs), (ins i16imm:$amt),
45 def LRETIW : Ii16<0xCA, RawFrm, (outs), (ins i16imm:$amt),
76 (ins brtarget8:$dst, ccode:$cond),
[all …]
H A DX86InstrFormats.td281 dag InOperandList = ins;
394 : X86Inst<o, f, NoImm, outs, ins, asm, d> {
400 : X86Inst<o, f, Imm8, outs, ins, asm, d> {
418 : X86Inst<o, f, Imm16, outs, ins, asm> {
424 : X86Inst<o, f, Imm32, outs, ins, asm> {
430 : X86Inst<o, f, Imm32S, outs, ins, asm> {
437 : X86Inst<o, f, Imm64, outs, ins, asm> {
459 : I<o, F, outs, ins, asm, []> {
465 : PseudoI<outs, ins, pattern> {
493 : I<o, F, outs, ins, asm, pattern, d> {
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td18 dag InOperandList = ins;
27 : InstXCore<0, outs, ins, asmstr, pattern> {
36 : InstXCore<2, outs, ins, asmstr, pattern> {
45 : _F3R<opc, outs, ins, asmstr, pattern> {
50 : InstXCore<4, outs, ins, asmstr, pattern> {
66 : InstXCore<2, outs, ins, asmstr, pattern> {
74 : _F2RUS<opc, outs, ins, asmstr, pattern> {
164 : _F2R<opc, outs, ins, asmstr, pattern> {
176 : _F2R<opc, outs, ins, asmstr, pattern> {
190 : _FRUS<opc, outs, ins, asmstr, pattern> {
[all …]
/netbsd/sys/arch/usermode/include/
H A Ddb_machdep.h49 #define inst_trap_return(ins) (((ins)&0xff) == I_IRET) argument
50 #define inst_return(ins) (((ins)&0xff) == I_RET) argument
51 #define inst_call(ins) (((ins)&0xff) == I_CALL || \ argument
53 ((ins)&0x3800) == 0x1000))
54 #define inst_load(ins) 0 argument
55 #define inst_store(ins) 0 argument
80 #define inst_trap_return(ins) (((ins)&0xff) == I_IRET) argument
81 #define inst_return(ins) (((ins)&0xff) == I_RET) argument
82 #define inst_call(ins) (((ins)&0xff) == I_CALL || \ argument
85 #define inst_load(ins) (__USE(ins), 0) argument
[all …]
/netbsd/external/gpl3/gdb/dist/sim/cr16/
H A Dinterp.c78 h = &hash_table[hash(ins,1)]; in lookup_hash()
111 ins = ins >> 16; in get_operands()
174 OP[i] = ins & 0xFFFF; in get_operands()
182 OP[i] = ins & 0xFFFFFFFF; in get_operands()
200 OP[i] = ((((ins >> 8) & 0xf) << 4) | (ins & 0xf)); in get_operands()
211 OP[i] = (ins & 0xFFFF); in get_operands()
225 OP[i] = (ins & 0xFFFF) | (((ins >> 24) & 0xf) << 16) | in get_operands()
245 OP[i] = ((ins & 0xFFFF) | (((ins >> 16) & 0xf) << 20) in get_operands()
255 OP[i] = ((((ins >> 24)&0xf) << 16)|((ins) & 0xFFFF)); in get_operands()
271 OP[i] = (ins) & 0xFFFF; in get_operands()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/cr16/
H A Dinterp.c78 h = &hash_table[hash(ins,1)]; in lookup_hash()
111 ins = ins >> 16; in get_operands()
174 OP[i] = ins & 0xFFFF; in get_operands()
182 OP[i] = ins & 0xFFFFFFFF; in get_operands()
200 OP[i] = ((((ins >> 8) & 0xf) << 4) | (ins & 0xf)); in get_operands()
211 OP[i] = (ins & 0xFFFF); in get_operands()
225 OP[i] = (ins & 0xFFFF) | (((ins >> 24) & 0xf) << 16) | in get_operands()
245 OP[i] = ((ins & 0xFFFF) | (((ins >> 16) & 0xf) << 20) in get_operands()
255 OP[i] = ((((ins >> 24)&0xf) << 16)|((ins) & 0xFFFF)); in get_operands()
271 OP[i] = (ins) & 0xFFFF; in get_operands()
[all …]
/netbsd/sys/arch/arm/include/
H A Ddb_machdep.h88 #define inst_trap_return(ins) (0) argument
95 #define inst_return(ins) (((ins) & 0x0e108000) == 0x08108000 || \ argument
96 ((ins) & 0x0ff0fff0) == 0x01a0f000)
99 #define inst_call(ins) (((ins) & 0x0f000000) == 0x0b000000) argument
104 #define inst_branch(ins) (((ins) & 0x0f000000) == 0x0a000000 || \ argument
105 ((ins) & 0x0fdffff0) == 0x079ff100 || \
106 ((ins) & 0x0ff0f000) == 0x0590f000)
107 #define inst_load(ins) (0) argument
108 #define inst_store(ins) (0) argument
109 #define inst_unconditional_flow_transfer(ins) \ argument
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/mips/
H A Dmips32r2-ill-nofp.s30 ins $4, $5, -1, 1 # error
31 ins $4, $5, 0, 1
32 ins $4, $5, 31, 1
33 ins $4, $5, 32, 1 # error
36 ins $4, $5, 0, 0 # error
37 ins $4, $5, 0, 1
38 ins $4, $5, 0, 32
39 ins $4, $5, 0, 33 # error
42 ins $4, $5, 0, 0 # error
43 ins $4, $5, 0, 1
[all …]
H A Dmipsr6@mips32r2-ill.s30 ins $4, $5, -1, 1 # error
31 ins $4, $5, 0, 1
32 ins $4, $5, 31, 1
33 ins $4, $5, 32, 1 # error
36 ins $4, $5, 0, 0 # error
37 ins $4, $5, 0, 1
38 ins $4, $5, 0, 32
39 ins $4, $5, 0, 33 # error
42 ins $4, $5, 0, 0 # error
43 ins $4, $5, 0, 1
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips32r2-ill-nofp.s30 ins $4, $5, -1, 1 # error
31 ins $4, $5, 0, 1
32 ins $4, $5, 31, 1
33 ins $4, $5, 32, 1 # error
36 ins $4, $5, 0, 0 # error
37 ins $4, $5, 0, 1
38 ins $4, $5, 0, 32
39 ins $4, $5, 0, 33 # error
42 ins $4, $5, 0, 0 # error
43 ins $4, $5, 0, 1
[all …]
H A Dmipsr6@mips32r2-ill.s30 ins $4, $5, -1, 1 # error
31 ins $4, $5, 0, 1
32 ins $4, $5, 31, 1
33 ins $4, $5, 32, 1 # error
36 ins $4, $5, 0, 0 # error
37 ins $4, $5, 0, 1
38 ins $4, $5, 0, 32
39 ins $4, $5, 0, 33 # error
42 ins $4, $5, 0, 0 # error
43 ins $4, $5, 0, 1
[all …]
/netbsd/sys/arch/powerpc/include/
H A Ddb_machdep.h107 #define inst_trap_return(ins) (((ins)&M_RFI) == I_RFI) argument
108 #define inst_return(ins) (((ins)&M_RTS) == I_RTS) argument
109 #define inst_call(ins) (((ins)&M_BC ) == I_BCL || \ argument
112 ((ins)&M_RTS ) == I_BLRL )
113 #define inst_branch(ins) (((ins)&M_BC ) == I_BC || \ argument
114 ((ins)&M_B ) == I_B || \
115 ((ins)&M_BCTR) == I_BCTR )
117 (((ins)&M_B ) == I_B || \
118 ((ins)&M_BCTR) == I_BCTR )
119 #define inst_load(ins) 0 argument
[all …]

12345678910>>...34