Searched refs:__mem_to_opcode_thumb16 (Results 1 – 5 of 5) sorted by relevance
289 upper = __mem_to_opcode_thumb16(*(u16 *)loc); in apply_relocate()290 lower = __mem_to_opcode_thumb16(*(u16 *)(loc + 2)); in apply_relocate()352 upper = __mem_to_opcode_thumb16(*(u16 *)loc); in apply_relocate()353 lower = __mem_to_opcode_thumb16(*(u16 *)(loc + 2)); in apply_relocate()
126 upper = __mem_to_opcode_thumb16(((u16 *)tval)[0]); in is_zero_addend_relocation()127 lower = __mem_to_opcode_thumb16(((u16 *)tval)[1]); in is_zero_addend_relocation()
131 #define __mem_to_opcode_thumb16(x) __opcode_to_mem_thumb16(x) macro
1308 !is_wide_instruction(__mem_to_opcode_thumb16(*(u16 *)(pc - 1)))) in next_instruction()1352 current_instruction = __mem_to_opcode_thumb16(p[0]); in kprobes_test_case_start()1354 u16 instr2 = __mem_to_opcode_thumb16(p[1]); in kprobes_test_case_start()
795 *inst = __mem_to_opcode_thumb16(instr); in alignment_get_thumb()