Home
last modified time | relevance | path

Searched refs:INSOP (Results 1 – 10 of 10) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/anal/p/
H A Danal_x86_cs.c248 op = INSOP (n); in getarg()
716 if (is_xmm_reg (INSOP(0)) || is_xmm_reg (INSOP(1))) { in anop_esil()
769 switch (INSOP(0).type) { in anop_esil()
1306 switch (INSOP(0).type) { in anop_esil()
1867 if (INSOP(0).type == X86_OP_MEM && INSOP(1).type == X86_OP_REG) { in anop_esil()
2167 switch (INSOP(0).type) { in op0_memimmhandle()
2221 (INSOP(0).reg != X86_REG_RSP) && (INSOP(0).reg != X86_REG_ESP)) { in op1_memimmhandle()
2232 if (INSOP(0).type == X86_OP_REG && INSOP(1).type == X86_OP_IMM) { in op_stackidx()
2233 if (INSOP(0).reg == X86_REG_RSP || INSOP(0).reg == X86_REG_ESP) { in op_stackidx()
2619 op->val = INSOP(1).imm; in anop()
[all …]
H A Danal_sparc_cs.c62 switch (INSOP (reg_num).type) { in parse_reg_name()
81 if (INSOP(0).type == SPARC_OP_MEM) { in op_fillval()
86 op->src[0]->delta = INSOP(0).mem.disp; in op_fillval()
90 if (INSOP(1).type == SPARC_OP_MEM) { in op_fillval()
95 op->dst->delta = INSOP(1).mem.disp; in op_fillval()
154 switch (INSOP(0).type) { in analop()
165 op->jump = INSOP(0).imm; in analop()
179 op->jump = INSOP(0).imm; in analop()
216 switch (INSOP(0).type) { in analop()
221 op->jump = INSOP (1).imm; in analop()
[all …]
H A Danal_xcore_cs.c13 #define INSOP(n) insn->detail->xcore.operands[n] macro
101 op->jump = INSOP(0).imm; in analop()
112 op->jump = INSOP(0).imm; in analop()
H A Danal_sysz.c14 #define INSOP(n) insn->detail->sysz.operands[n] macro
133 op->jump = INSOP(0).imm; in analop()
138 op->jump = INSOP(0).imm; in analop()
H A Danal_ppc_cs.c23 #define INSOP(n) insn->detail->ppc.operands[n] macro
79 op = INSOP (n); in getarg2()
116 op = INSOP (n); in getarg()
504 switch (INSOP (reg_num).type) { in parse_reg_name()
506 reg->name = (char *)cs_reg_name (handle, INSOP (reg_num).reg); in parse_reg_name()
509 if (INSOP (reg_num).mem.base != PPC_REG_INVALID) { in parse_reg_name()
510 reg->name = (char *)cs_reg_name (handle, INSOP (reg_num).mem.base); in parse_reg_name()
533 cs_ppc_op ppcop = INSOP (x); in set_src_dst()
H A Danal_tms320c64x.c22 #define INSOP(n) insn->detail->tms320c64x.operands[n] macro
131 op->jump = INSOP(0).imm + (addr & 0xFFFFFFFF00000000); in tms320c64x_analop()
H A Danal_arm_cs.c25 #define INSOP(x) insn->detail->arm.operands[x] macro
3578 op->ireg = r_str_getf (cs_reg_name (handle, INSOP (0).mem.index)); in anop32()
3584 op->ireg = r_str_getf (cs_reg_name (handle, INSOP (0).mem.index)); in anop32()
3676 op->reg = r_str_getf (cs_reg_name (handle, INSOP (2).reg)); in anop32()
3767 op->reg = r_str_getf (cs_reg_name (handle, INSOP (0).reg)); in anop32()
4010 cs_arm_op armop = INSOP (reg_num); in parse_reg_name()
4093 cs_arm_op armop = INSOP (x); in set_src_dst()
4170 cs_arm_op armop = INSOP (i); in op_fillval()
4192 cs_arm_op armop = INSOP (count - 1); in op_fillval()
4209 op->ireg = r_str_getf (cs_reg_name (handle, INSOP (1).mem.index)); in op_fillval()
[all …]
/dports/emulators/z80pack/z80pack-1.37/imsaisim/
H A Dbasic4k.asm2018 JP Z,INSOP ;BRIF IS
2020 JP Z,INSOP ;BRIF IS
2031 INSOP INC HL ;POINT FIRST CHAR label
2036 JP NZ,INSOP ;LOOP
2053 JP INSOP ;GO INSERT OPCODE
H A Dbasic4k.lis2188 0c04 ca 1c 0c 2018 2018 JP Z,INSOP ;BRIF IS
2190 0c08 ca 1c 0c 2020 2020 JP Z,INSOP ;BRIF IS
2201 0c1c 23 2031 2031 INSOP INC HL ;POINT FIRST CHAR
2206 0c21 c2 1c 0c 2036 2036 JP NZ,INSOP ;LOOP
2228 0c3e c3 1c 0c 2053 2053 JP INSOP ;GO INSERT OPCODE
3082 INSOP 0c1c INT 0a1d INT2 0a2b INT3 0a39
/dports/math/reduce/Reduce-svn5758-src/psl/dist/comp/
H A Dpass-1.sl1015 % Insert OP into a list of operands as follows: INSOP(~,'(A B C D)) =