Searched refs:__opcode_to_mem_thumb32 (Results 1 – 3 of 3) sorted by relevance
102 #define __opcode_to_mem_thumb32(x) ___opcode_swahb32(x) macro121 extern __u32 __opcode_to_mem_thumb32(__u32);124 #define __opcode_to_mem_thumb32(x) ___opcode_swahw32(x) macro133 #define __mem_to_opcode_thumb32(x) __opcode_to_mem_thumb32(x)
381 return __opcode_to_mem_thumb32(insn); in sdiv_instruction()393 return __opcode_to_mem_thumb32(insn); in udiv_instruction()405 return __opcode_to_mem_thumb32(insn); in bx_lr_instruction()
17 #define PLT_ENT_LDR __opcode_to_mem_thumb32(0xf8dff000 | \