Searched refs:op_lo (Results 1 – 1 of 1) sorted by relevance
236 uint op_lo; in asm_thumb_mov_reg_reg() local238 op_lo = reg_src << 3; in asm_thumb_mov_reg_reg()240 op_lo = 0x40 | ((reg_src - 8) << 3); in asm_thumb_mov_reg_reg()243 op_lo |= reg_dest; in asm_thumb_mov_reg_reg()245 op_lo |= 0x80 | (reg_dest - 8); in asm_thumb_mov_reg_reg()248 asm_thumb_op16(as, 0x4600 | op_lo); in asm_thumb_mov_reg_reg()
Completed in 3 milliseconds