Searched refs:movt (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 168 " 18: c0 f2 10 02 movt r2, #16\n" 172 " 24: c0 f2 10 0c movt r12, #16\n" 182 " 44: c0 f2 10 02 movt r2, #16\n" 186 " 50: c0 f2 10 0c movt r12, #16\n" 196 " 74: c0 f2 04 02 movt r2, #4\n" 200 " 82: c0 f2 04 0c movt r12, #4\n" 219 " 1a: c0 f2 10 0c movt r12, #16\n" 223 " 28: c0 f2 10 0c movt r12, #16\n" 233 " 4c: c0 f2 10 0c movt r12, #16\n" 237 " 5a: c0 f2 10 0c movt r12, #16\n" [all …]
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 392 uint32_t movt = 0xf2c00000u | // MOVT r0, #0 (placeholder), in CheckPcRelativePatch() local 400 static_cast<uint8_t>(movt >> 16), static_cast<uint8_t>(movt >> 24), in CheckPcRelativePatch() 401 static_cast<uint8_t>(movt >> 0), static_cast<uint8_t>(movt >> 8), in CheckPcRelativePatch()
|
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 9728 __ movt(out, /* operand= */ 0u); in EmitMovwMovtPlaceholder() local
|