Home
last modified time | relevance | path

Searched refs:r_read_at_le16 (Results 1 – 5 of 5) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/cr16/
H A Dcr16_disas.c422 immed = r_read_at_le16 (instr, 2); in cr16_decode_i_r()
486 disp16 = r_read_at_le16 (instr, 2); in cr16_decode_ld_st()
497 disp16 = r_read_at_le16 (instr, 2); in cr16_decode_ld_st()
532 disp16 = r_read_at_le16 (instr, 2); in cr16_decode_ld_st()
544 disp16 = r_read_at_le16 (instr, 2); in cr16_decode_ld_st()
559 disp16 = r_read_at_le16 (instr, 2); in cr16_decode_ld_st()
574 disp16 = r_read_at_le16 (instr, 2); in cr16_decode_ld_st()
796 disp = r_read_at_le16 (instr, 2); in cr16_decode_bcond_br()
849 disp = r_read_at_le16 (instr, 2); in cr16_decode_bcond_br()
986 disp16 = r_read_at_le16 (instr, 2); in cr16_decode_bal()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/v850/
H A Dv850_disas.c176 ut16 word2 = r_read_at_le16 (instr, 2); in decode_jarl()
193 ut16 word2 = r_read_at_le16 (instr, 2); in decode_3operands()
206 ut16 word2 = r_read_at_le16 (instr, 2); in decode_load_store()
242 ut16 word2 = r_read_at_le16 (instr, 2); in decode_bit_op()
256 ut16 word2 = r_read_at_le16 (instr, 2); in decode_extended()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/msp430/
H A Dmsp430_disas.c466 operand1 = r_read_at_le16 (in, 2); in msp430_decode_command()
481 operand1 = r_read_at_le16 (in, 2); in msp430_decode_command()
483 operand2 = r_read_at_le16 (in, 4); in msp430_decode_command()
/dports/devel/radare2/radare2-5.1.1/libr/anal/p/
H A Danal_msp430.c40 op->jump = r_read_at_le16 (buf, 2); in msp430_op()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_endian.h146 static inline ut16 r_read_at_le16(const void *src, size_t offset) { in r_read_at_le16() function
326 return big_endian ? r_read_at_be16 (src, offset) : r_read_at_le16 (src, offset); in r_read_at_ble16()