Home
last modified time | relevance | path

Searched refs:ISMEM (Results 1 – 2 of 2) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/anal/p/
H A Danal_arm_cs.c41 #define ISMEM(x) (insn->detail->arm.operands[x].type == ARM_OP_MEM) macro
2614 if (ISMEM(1) && !HASMEMINDEX(1)) { in analop_esil()
2758 if (ISMEM(1) && LSHIFT2(1)) { in analop_esil()
2838 if (ISMEM(1) && LSHIFT2(1)) { in analop_esil()
2851 if (ISMEM(1) && LSHIFT2(1)) { in analop_esil()
3588 if (ISMEM (0)) { in anop32()
H A Danal_x86_cs.c40 #define ISMEM(x) insn->detail->x86.operands[x].type == X86_OP_MEM macro