Home
last modified time | relevance | path

Searched refs:R_ANAL_OP_TYPE_SHR (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/ppc/libvle/
H A Dvle.c204 …{ "sraw" , 0x7C000630, 0x7C000630 | F_MASK_X , F_X, R_ANAL_OP_TYPE_SHR, R_ANAL_COND_…
205 …{ "sraw." , 0x7C000630, 0x7C000631 | F_MASK_X , F_X, R_ANAL_OP_TYPE_SHR, R_ANAL_COND_…
206 …{ "srawi" , 0x7C000670, 0x7C000670 | F_MASK_X , F_X, R_ANAL_OP_TYPE_SHR, R_ANAL_COND_…
207 …{ "srawi." , 0x7C000670, 0x7C000671 | F_MASK_X , F_X, R_ANAL_OP_TYPE_SHR, R_ANAL_COND_…
208 …{ "srw" , 0x7C000430, 0x7C000430 | F_MASK_X , F_X, R_ANAL_OP_TYPE_SHR, R_ANAL_COND_…
209 …{ "srw." , 0x7C000430, 0x7C000431 | F_MASK_X , F_X, R_ANAL_OP_TYPE_SHR, R_ANAL_COND_…
313 …{ "e_rlw" , 0x7C000230, 0x7C000230 | E_MASK_X , E_XRA , R_ANAL_OP_TYPE_SHR, R_ANAL_CON…
314 …{ "e_rlw." , 0x7C000231, 0x7C000231 | E_MASK_X , E_XRA , R_ANAL_OP_TYPE_SHR, R_ANAL_CON…
315 …{ "e_rlwi" , 0x7C000270, 0x7C000270 | E_MASK_X , E_XRA , R_ANAL_OP_TYPE_SHR, R_ANAL_CON…
316 …{ "e_rlwi." , 0x7C000271, 0x7C000271 | E_MASK_X , E_XRA , R_ANAL_OP_TYPE_SHR, R_ANAL_CON…
[all …]
/dports/x11/radare-cutter/r2cutter-0.1.1/src/common/
H A DColors.cpp45 case R_ANAL_OP_TYPE_SHR: in getColor()
/dports/devel/radare2/radare2-5.1.1/libr/anal/p/
H A Danal_cr16.c61 op->type = R_ANAL_OP_TYPE_SHR; in cr16_op()
H A Danal_arc.c377 op->type = R_ANAL_OP_TYPE_SHR; in arcompact_genops()
642 op->type = R_ANAL_OP_TYPE_SHR; in arcompact_op()
684 op->type = R_ANAL_OP_TYPE_SHR; in arcompact_op()
825 op->type = R_ANAL_OP_TYPE_SHR; in arcompact_op()
H A Danal_cris.c70 op->type = R_ANAL_OP_TYPE_SHR; in analop()
H A Danal_chip8.c75 op->type = R_ANAL_OP_TYPE_SHR; in chip8_anop()
H A Danal_i4004.c199 op->type = R_ANAL_OP_TYPE_SHR; in i4004_op()
H A Danal_ebc.c118 op->type = R_ANAL_OP_TYPE_SHR; in ebc_op()
H A Danal_6502_cs.c141 op->type = R_ANAL_OP_TYPE_SHR; in analop()
H A Danal_snes.c111 op->type = R_ANAL_OP_TYPE_SHR; in snes_anop()
H A Danal_v810.c214 op->type = R_ANAL_OP_TYPE_SHR; in v810_op()
221 op->type = R_ANAL_OP_TYPE_SHR; in v810_op()
H A Danal_m68k_cs.c250 op->type = R_ANAL_OP_TYPE_SHR; in analop()
564 op->type = R_ANAL_OP_TYPE_SHR; in analop()
H A Danal_v850.c363 op->type = R_ANAL_OP_TYPE_SHR; in v850_op()
471 op->type = R_ANAL_OP_TYPE_SHR; in v850_op()
H A Danal_ppc_cs.c476 case R_ANAL_OP_TYPE_SHR: in analop_vle()
559 case R_ANAL_OP_TYPE_SHR: in op_fillval()
864 op->type = R_ANAL_OP_TYPE_SHR; in analop()
H A Danal_java.c83 case R_ANAL_JAVA_BINOP_SHR: return R_ANAL_OP_TYPE_SHR; in extract_bin_op()
H A Danal_sh.c625 op->type = R_ANAL_OP_TYPE_SHR; in first_nibble_is_4()
629 op->type = R_ANAL_OP_TYPE_SHR; in first_nibble_is_4()
633 op->type = R_ANAL_OP_TYPE_SHR; in first_nibble_is_4()
637 op->type = R_ANAL_OP_TYPE_SHR; in first_nibble_is_4()
H A Danal_pic.c365 op->type = R_ANAL_OP_TYPE_SHR; in INST_HANDLER()
377 op->type = R_ANAL_OP_TYPE_SHR; in INST_HANDLER()
H A Danal_dalvik.c354 op->type = R_ANAL_OP_TYPE_SHR; in dalvik_op()
H A Danal_riscv_cs.c246 case R_ANAL_OP_TYPE_SHR:
H A Danal_mips_cs.c652 case R_ANAL_OP_TYPE_SHR:
1078 op->type = R_ANAL_OP_TYPE_SHR;
H A Danal_h8300.c615 op->type = R_ANAL_OP_TYPE_SHR; in h8300_op()
H A Danal_6502.c583 op->type = R_ANAL_OP_TYPE_SHR; in _6502_op()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dop.c259 { R_ANAL_OP_TYPE_SHR , "shr" },
339 case R_ANAL_OP_TYPE_SHR : return "shr"; in r_anal_optype_to_string()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/amd29k/
H A Damd29k.c375 { CPU_ANY, "sra", R_ANAL_OP_TYPE_SHR, 0x86 , decode_ra_rb_rci , NULL },
376 { CPU_ANY, "sra", R_ANAL_OP_TYPE_SHR, 0x87 , decode_ra_rb_rci , NULL },
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/pyc/
H A Dopcode_anal.c73 anal_pop (op, op_obj, oparg, R_ANAL_OP_TYPE_SHR, 1); in anal_BINARY_RSHIFT()
352 op->type = R_ANAL_OP_TYPE_SHR; in anal_INPLACE_RSHIFT()

12