Searched refs:__opcode_thumb32_compose (Results 1 – 6 of 6) sorted by relevance
34 return __opcode_thumb32_compose(first, second); in __arm_gen_branch_thumb2()
380 u32 insn = __opcode_thumb32_compose(0xfb90, 0xf0f1); in sdiv_instruction()392 u32 insn = __opcode_thumb32_compose(0xfbb0, 0xf0f1); in udiv_instruction()404 u32 insn = __opcode_thumb32_compose(0x4770, 0x46c0); in bx_lr_instruction()
466 instr = __opcode_thumb32_compose(instr, inst2); in do_undefinstr()480 instr = __opcode_thumb32_compose(instr, instr2); in do_undefinstr()
151 #define __opcode_thumb32_compose(first, second) ( \ macro
827 instr = __opcode_thumb32_compose(tinstr, tinst2); in do_alignment()
1356 current_instruction = __opcode_thumb32_compose(current_instruction, instr2); in kprobes_test_case_start()