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()
344 *(u16 *)loc = __opcode_to_mem_thumb16(upper); in apply_relocate()345 *(u16 *)(loc + 2) = __opcode_to_mem_thumb16(lower); in apply_relocate()384 *(u16 *)loc = __opcode_to_mem_thumb16(upper); in apply_relocate()385 *(u16 *)(loc + 2) = __opcode_to_mem_thumb16(lower); in apply_relocate()
400 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) macro131 #define __mem_to_opcode_thumb16(x) __opcode_to_mem_thumb16(x)
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()519 ((u16 *)asi->insn)[0] = __opcode_to_mem_thumb16(insn); in t16_decode_hiregs()553 ((u16 *)asi->insn)[0] = __opcode_to_mem_thumb16(0xe929); in t16_decode_push()555 ((u16 *)asi->insn)[1] = __opcode_to_mem_thumb16(insn & 0x1ff); in t16_decode_push()612 ((u16 *)asi->insn)[0] = __opcode_to_mem_thumb16(0xe8b9); in t16_decode_pop()614 ((u16 *)asi->insn)[1] = __opcode_to_mem_thumb16(insn & 0x1ff); in t16_decode_pop()
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()