Searched refs:movt (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 169 " 18: f2c0 0210 movt r2, #16\n" 173 " 24: f2c0 0c10 movt r12, #16\n" 183 " 44: f2c0 0210 movt r2, #16\n" 187 " 50: f2c0 0c10 movt r12, #16\n" 197 " 74: f2c0 0204 movt r2, #4\n" 201 " 82: f2c0 0c04 movt r12, #4\n" 220 " 1a: f2c0 0c10 movt r12, #16\n" 224 " 28: f2c0 0c10 movt r12, #16\n" 234 " 4c: f2c0 0c10 movt r12, #16\n" 238 " 5a: f2c0 0c10 movt r12, #16\n" [all …]
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 413 uint32_t movt = 0xf2c00000u | // MOVT r0, #0 (placeholder), in CheckPcRelativePatch() local 421 static_cast<uint8_t>(movt >> 16), static_cast<uint8_t>(movt >> 24), in CheckPcRelativePatch() 422 static_cast<uint8_t>(movt >> 0), static_cast<uint8_t>(movt >> 8), in CheckPcRelativePatch()
|
/art/runtime/arch/arm/ |
D | asm_support_arm.S | 149 movt \rDest, #:upper16:(_ZN3art7Runtime9instance_E - (. + 8))
|
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 10224 __ movt(out, /* operand= */ 0u); in EmitMovwMovtPlaceholder() local
|