Home
last modified time | relevance | path

Searched refs:R_ANAL_OP_TYPE_XOR (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/radare2/radare2-5.1.1/libr/anal/p/
H A Danal_malbolge.c25 op->type = R_ANAL_OP_TYPE_XOR; in mal_anal()
H A Danal_vax.c46 op->type = R_ANAL_OP_TYPE_XOR; in vax_op()
H A Danal_propeller.c58 op->type = R_ANAL_OP_TYPE_XOR; in propeller_op()
H A Danal_msp430.c64 case MSP430_XOR: op->type = R_ANAL_OP_TYPE_XOR; break; in msp430_op()
H A Danal_java.c89 case R_ANAL_JAVA_BINOP_XOR: return R_ANAL_OP_TYPE_XOR; in extract_bin_op()
157 case R_ANAL_JAVA_BINOP_XOR: return R_ANAL_OP_TYPE_XOR; in map_java_op_to_anal_op_type()
H A Danal_cr16.c58 op->type = R_ANAL_OP_TYPE_XOR; in cr16_op()
H A Danal_gb.c352 case R_ANAL_OP_TYPE_XOR: in gb_anal_xoaasc()
432 case R_ANAL_OP_TYPE_XOR: in gb_anal_xoaasc_imm()
1048 op->type = R_ANAL_OP_TYPE_XOR; in gb_anop()
1053 op->type = R_ANAL_OP_TYPE_XOR; in gb_anop()
1063 op->type = R_ANAL_OP_TYPE_XOR; in gb_anop()
1068 op->type = R_ANAL_OP_TYPE_XOR; in gb_anop()
1072 op->type = R_ANAL_OP_TYPE_XOR; in gb_anop()
1350 op->type = R_ANAL_OP_TYPE_XOR; in gb_anop()
H A Danal_chip8.c66 op->type = R_ANAL_OP_TYPE_XOR; in chip8_anop()
H A Danal_ebc.c127 op->type = R_ANAL_OP_TYPE_XOR; in ebc_op()
H A Danal_6502_cs.c110 op->type = R_ANAL_OP_TYPE_XOR; in analop()
H A Danal_snes.c103 op->type = R_ANAL_OP_TYPE_XOR; in snes_anop()
H A Danal_pic.c253 op->type = R_ANAL_OP_TYPE_XOR; in INST_HANDLER()
291 op->type = R_ANAL_OP_TYPE_XOR; in INST_HANDLER()
854 op->type = R_ANAL_OP_TYPE_XOR; in anal_pic_pic18_op()
920 op->type = R_ANAL_OP_TYPE_XOR; in anal_pic_pic18_op()
H A Danal_ppc_cs.c488 case R_ANAL_OP_TYPE_XOR: in analop_vle()
565 case R_ANAL_OP_TYPE_XOR: in op_fillval()
1128 op->type = R_ANAL_OP_TYPE_XOR; in analop()
1132 op->type = R_ANAL_OP_TYPE_XOR; in analop()
H A Danal_rsp.c144 op->type = R_ANAL_OP_TYPE_XOR; in rsp_op()
476 op->type = R_ANAL_OP_TYPE_XOR; in rsp_op()
479 op->type = R_ANAL_OP_TYPE_XOR; in rsp_op()
H A Danal_wasm.c298 op->type = R_ANAL_OP_TYPE_XOR; in wasm_op()
406 op->type = R_ANAL_OP_TYPE_XOR; in wasm_op()
H A Danal_v810.c150 op->type = R_ANAL_OP_TYPE_XOR; in v810_op()
157 op->type = R_ANAL_OP_TYPE_XOR; in v810_op()
H A Danal_xap.c147 op->type = R_ANAL_OP_TYPE_XOR; in xap_op()
H A Danal_h8300.c566 op->type = R_ANAL_OP_TYPE_XOR; in h8300_op()
619 op->type = R_ANAL_OP_TYPE_XOR; in h8300_op()
H A Danal_z80.c353 op->type = R_ANAL_OP_TYPE_XOR; in z80_anal_op()
H A Danal_arc.c270 op->type = R_ANAL_OP_TYPE_XOR; in arcompact_genops()
794 op->type = R_ANAL_OP_TYPE_XOR; in arcompact_op()
1057 op->type = R_ANAL_OP_TYPE_XOR; in arc_op()
H A Danal_v850.c288 op->type = R_ANAL_OP_TYPE_XOR; in v850_op()
294 op->type = R_ANAL_OP_TYPE_XOR; in v850_op()
H A Danal_m680x_cs.c274 op->type = R_ANAL_OP_TYPE_XOR; in analop()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/common/
H A DColors.cpp40 case R_ANAL_OP_TYPE_XOR: in getColor()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dop.c280 { R_ANAL_OP_TYPE_XOR , "xor" },
359 case R_ANAL_OP_TYPE_XOR : return "xor"; in r_anal_optype_to_string()
498 case R_ANAL_OP_TYPE_XOR: in r_anal_op_to_string()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/amd29k/
H A Damd29k.c417 { CPU_ANY, "xnor", R_ANAL_OP_TYPE_XOR, 0x96 , decode_ra_rb_rci , NULL },
418 { CPU_ANY, "xnor", R_ANAL_OP_TYPE_XOR, 0x97 , decode_ra_rb_rci , NULL },
419 { CPU_ANY, "xor", R_ANAL_OP_TYPE_XOR, 0x94 , decode_ra_rb_rci , NULL },
420 { CPU_ANY, "xor", R_ANAL_OP_TYPE_XOR, 0x95 , decode_ra_rb_rci , NULL },

12