Home
last modified time | relevance | path

Searched refs:R_ANAL_OP_TYPE_SHL (Results 1 – 25 of 34) sorted by relevance

12

/dports/x11/radare-cutter/r2cutter-0.1.1/src/common/
H A DColors.cpp42 case R_ANAL_OP_TYPE_SHL: in getColor()
/dports/devel/radare2/radare2-5.1.1/libr/anal/p/
H A Danal_vax.c27 op->type = R_ANAL_OP_TYPE_SHL; in vax_op()
H A Danal_chip8.c81 op->type = R_ANAL_OP_TYPE_SHL; in chip8_anop()
H A Danal_i4004.c197 op->type = R_ANAL_OP_TYPE_SHL; in i4004_op()
H A Danal_ebc.c121 op->type = R_ANAL_OP_TYPE_SHL; in ebc_op()
H A Danal_6502_cs.c78 op->type = R_ANAL_OP_TYPE_SHL; in analop()
H A Danal_v810.c246 op->type = R_ANAL_OP_TYPE_SHL; in v810_op()
253 op->type = R_ANAL_OP_TYPE_SHL; in v810_op()
H A Danal_arc.c681 op->type = R_ANAL_OP_TYPE_SHL; in arcompact_op()
837 op->type = R_ANAL_OP_TYPE_SHL; in arcompact_op()
872 op->type = R_ANAL_OP_TYPE_SHL; in arcompact_op()
H A Danal_m68k_cs.c247 op->type = R_ANAL_OP_TYPE_SHL; in analop()
556 op->type = R_ANAL_OP_TYPE_SHL; in analop()
H A Danal_v850.c377 op->type = R_ANAL_OP_TYPE_SHL; in v850_op()
465 op->type = R_ANAL_OP_TYPE_SHL; in v850_op()
H A Danal_ppc_cs.c474 case R_ANAL_OP_TYPE_SHL: in analop_vle()
560 case R_ANAL_OP_TYPE_SHL: in op_fillval()
859 op->type = R_ANAL_OP_TYPE_SHL; in analop()
H A Danal_java.c84 case R_ANAL_JAVA_BINOP_SHL: return R_ANAL_OP_TYPE_SHL; in extract_bin_op()
H A Danal_sh.c608 op->type = R_ANAL_OP_TYPE_SHL; in first_nibble_is_4()
612 op->type = R_ANAL_OP_TYPE_SHL; in first_nibble_is_4()
616 op->type = R_ANAL_OP_TYPE_SHL; in first_nibble_is_4()
620 op->type = R_ANAL_OP_TYPE_SHL; in first_nibble_is_4()
H A Danal_dalvik.c700 op->type = R_ANAL_OP_TYPE_SHL; in dalvik_op()
H A Danal_riscv_cs.c245 case R_ANAL_OP_TYPE_SHL:
H A Danal_mips_cs.c651 case R_ANAL_OP_TYPE_SHL:
1083 op->type = R_ANAL_OP_TYPE_SHL;
H A Danal_h8300.c612 op->type = R_ANAL_OP_TYPE_SHL; in h8300_op()
H A Danal_6502.c568 op->type = R_ANAL_OP_TYPE_SHL; in _6502_op()
H A Danal_rsp.c159 op->type = R_ANAL_OP_TYPE_SHL; in rsp_op()
H A Danal_riscv.c631 op->type = R_ANAL_OP_TYPE_SHL; in riscv_op()
H A Danal_pic.c353 op->type = R_ANAL_OP_TYPE_SHL; in INST_HANDLER()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dop.c258 { R_ANAL_OP_TYPE_SHL , "shl" },
338 case R_ANAL_OP_TYPE_SHL : return "shl"; in r_anal_optype_to_string()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/ppc/libvle/
H A Dvle.c202 …{ "slw" , 0x7C000030, 0x7C000030 | F_MASK_X , F_X, R_ANAL_OP_TYPE_SHL, R_ANAL_COND_…
203 …{ "slw." , 0x7C000030, 0x7C000031 | F_MASK_X , F_X, R_ANAL_OP_TYPE_SHL, R_ANAL_COND_…
319 …{ "e_slwi" , 0x7C000070, 0x7C000070 | E_MASK_X , E_XRA , R_ANAL_OP_TYPE_SHL, R_ANAL_CON…
320 …{ "e_slwi." , 0x7C000071, 0x7C000071 | E_MASK_X , E_XRA , R_ANAL_OP_TYPE_SHL, R_ANAL_CON…
416 …{ "se_slw" , 0x4200, 0x42FF, 2, R_ANAL_OP_TYPE_SHL, R_ANAL_COND_AL, {{0x00F0, 4, 0, 0, 0, …
417 …{ "se_slwi" , 0x6C00, 0x6DFF, 2, R_ANAL_OP_TYPE_SHL, R_ANAL_COND_AL, {{0x01F0, 4, 0, 0, 1, …
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/amd29k/
H A Damd29k.c372 { CPU_ANY, "sll", R_ANAL_OP_TYPE_SHL, 0x80 , decode_ra_rb_rci , NULL },
373 { CPU_ANY, "sll", R_ANAL_OP_TYPE_SHL, 0x81 , decode_ra_rb_rci , NULL },
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/pyc/
H A Dopcode_anal.c49 anal_pop (op, op_obj, oparg, R_ANAL_OP_TYPE_SHL, 1); in anal_BINARY_LSHIFT()
328 op->type = R_ANAL_OP_TYPE_SHL; in anal_INPLACE_LSHIFT()

12