Searched refs:__opcode_to_mem_thumb16 (Results 1 – 6 of 6) sorted by relevance
71 *(u16 *)waddr = __opcode_to_mem_thumb16(insn); in __patch_text_real()83 *addrh0 = __opcode_to_mem_thumb16(first); in __patch_text_real()84 *addrh1 = __opcode_to_mem_thumb16(second); in __patch_text_real()
280 *(u16 *)loc = __opcode_to_mem_thumb16(upper); in apply_relocate()281 *(u16 *)(loc + 2) = __opcode_to_mem_thumb16(lower); in apply_relocate()314 *(u16 *)loc = __opcode_to_mem_thumb16(upper); in apply_relocate()315 *(u16 *)(loc + 2) = __opcode_to_mem_thumb16(lower); in apply_relocate()
394 u16 insn = __opcode_to_mem_thumb16(BUG_INSTR_VALUE); in is_valid_bugaddr()
101 #define __opcode_to_mem_thumb16(x) ___opcode_swab16(x) macro110 #define __opcode_to_mem_thumb16(x) ___opcode_identity16(x) macro126 #define __mem_to_opcode_thumb16(x) __opcode_to_mem_thumb16(x)
203 thumb_insn[1] = __opcode_to_mem_thumb16(0x4770); in prepare_emulated_insn()204 thumb_insn[2] = __opcode_to_mem_thumb16(0x4770); in prepare_emulated_insn()229 *ip++ = __opcode_to_mem_thumb16(insn >> 16); in set_emulated_insn()230 *ip++ = __opcode_to_mem_thumb16(insn); in set_emulated_insn()
151 ((u16 *)asi->insn)[0] = __opcode_to_mem_thumb16(insn >> 16); in t32_decode_ldmstm()152 ((u16 *)asi->insn)[1] = __opcode_to_mem_thumb16(insn & 0xffff); in t32_decode_ldmstm()517 ((u16 *)asi->insn)[0] = __opcode_to_mem_thumb16(insn); in t16_decode_hiregs()549 ((u16 *)asi->insn)[0] = __opcode_to_mem_thumb16(0xe929); in t16_decode_push()551 ((u16 *)asi->insn)[1] = __opcode_to_mem_thumb16(insn & 0x1ff); in t16_decode_push()604 ((u16 *)asi->insn)[0] = __opcode_to_mem_thumb16(0xe8b9); in t16_decode_pop()606 ((u16 *)asi->insn)[1] = __opcode_to_mem_thumb16(insn & 0x1ff); in t16_decode_pop()