Home
last modified time | relevance | path

Searched refs:R_ANAL_OP_TYPE_ROR (Results 1 – 24 of 24) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/anal/p/
H A Danal_malbolge.c18 op->type = R_ANAL_OP_TYPE_ROR; in mal_anal()
H A Danal_propeller.c52 op->type = R_ANAL_OP_TYPE_ROR; in propeller_op()
H A Danal_msp430.c34 op->type = R_ANAL_OP_TYPE_ROR; break; in msp430_op()
H A Danal_ws.c113 op->type = R_ANAL_OP_TYPE_ROR; in ws_anal()
H A Danal_6502_cs.c144 op->type = R_ANAL_OP_TYPE_ROR; in analop()
H A Danal_snes.c119 op->type = R_ANAL_OP_TYPE_ROR; in snes_anop()
H A Danal_z80.c333 op->type = R_ANAL_OP_TYPE_ROR; in z80_anal_op()
H A Danal_java.c92 case R_ANAL_JAVA_BINOP_ROR: return R_ANAL_OP_TYPE_ROR; in extract_bin_op()
H A Danal_sh.c700 op->type = (code & 1)? R_ANAL_OP_TYPE_ROR:R_ANAL_OP_TYPE_ROL; in first_nibble_is_4()
703 op->type = (code & 1)? R_ANAL_OP_TYPE_ROR:R_ANAL_OP_TYPE_ROL; in first_nibble_is_4()
706 op->type = (code & 1)? R_ANAL_OP_TYPE_ROR:R_ANAL_OP_TYPE_ROL; in first_nibble_is_4()
709 op->type = (code & 1)? R_ANAL_OP_TYPE_ROR:R_ANAL_OP_TYPE_ROL; in first_nibble_is_4()
H A Danal_gb.c1037 op->type = R_ANAL_OP_TYPE_ROR; in gb_anop()
1042 op->type = R_ANAL_OP_TYPE_ROR; in gb_anop()
1376 op->type = R_ANAL_OP_TYPE_ROR; in gb_anop()
1394 op->type = R_ANAL_OP_TYPE_ROR; in gb_anop()
H A Danal_arc.c381 op->type = R_ANAL_OP_TYPE_ROR; in arcompact_genops()
1060 op->type = R_ANAL_OP_TYPE_ROR; in arc_op()
H A Danal_pic.c390 op->type = R_ANAL_OP_TYPE_ROR; in INST_HANDLER()
911 op->type = R_ANAL_OP_TYPE_ROR; in anal_pic_pic18_op()
H A Danal_ppc_cs.c462 case R_ANAL_OP_TYPE_ROR: in analop_vle()
570 case R_ANAL_OP_TYPE_ROR: in op_fillval()
H A Danal_m68k_cs.c620 op->type = R_ANAL_OP_TYPE_ROR; in analop()
H A Danal_6502.c615 op->type = R_ANAL_OP_TYPE_ROR; in _6502_op()
H A Danal_arm_cs.c3319 op->type = R_ANAL_OP_TYPE_ROR; in anop64()
3749 op->type = R_ANAL_OP_TYPE_ROR; in anop32()
4159 case R_ANAL_OP_TYPE_ROR: in op_fillval()
H A Danal_x86_cs.c2138 case R_ANAL_OP_TYPE_ROR: in op_fillval()
2591 op->type = R_ANAL_OP_TYPE_ROR; in anop()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/common/
H A DColors.cpp47 case R_ANAL_OP_TYPE_ROR: in getColor()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dop.c255 { R_ANAL_OP_TYPE_ROR , "ror" },
335 case R_ANAL_OP_TYPE_ROR : return "ror"; in r_anal_optype_to_string()
544 case R_ANAL_OP_TYPE_ROR: in r_anal_op_to_string()
H A Dvar.c859 case R_ANAL_OP_TYPE_ROR: in op_affect_dst()
H A Dfcn.c2024 case R_ANAL_OP_TYPE_ROR: in __anal_fcn_check_bp_use()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/ppc/libvle/
H A Dvle.c317 …{ "e_rlwimi" , 0x74000000, 0x74000000 | E_MASK_M , E_M , R_ANAL_OP_TYPE_ROR, R_ANAL_CON…
318 …{ "e_rlwinm" , 0x74000001, 0x74000001 | E_MASK_M , E_M , R_ANAL_OP_TYPE_ROR, R_ANAL_CON…
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dprint.c1946 case R_ANAL_OP_TYPE_ROR: in r_print_color_op_type()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_anal.h464 R_ANAL_OP_TYPE_ROR = 35, enumerator