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 ip, #16\n", 183 " 44: f2c0 0210 movt r2, #16\n", 187 " 50: f2c0 0c10 movt ip, #16\n", 197 " 74: f2c0 0204 movt r2, #4\n", 201 " 82: f2c0 0c04 movt ip, #4\n", 220 " 1a: f2c0 0c10 movt ip, #16\n", 224 " 28: f2c0 0c10 movt ip, #16\n", 234 " 4c: f2c0 0c10 movt ip, #16\n", 238 " 5a: f2c0 0c10 movt ip, #16\n", [all …]
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 391 uint32_t movt = 0xf2c00000u | // MOVT r0, #0 (placeholder), in CheckPcRelativePatch() local 399 static_cast<uint8_t>(movt >> 16), static_cast<uint8_t>(movt >> 24), in CheckPcRelativePatch() 400 static_cast<uint8_t>(movt >> 0), static_cast<uint8_t>(movt >> 8), in CheckPcRelativePatch()
|
/art/runtime/interpreter/mterp/mips/ |
D | floating_point.S | 286 movt.d fa0, fa1, fcc0 # fa0 = ordered(vB) ? INT_MIN_AS_DOUBLE : 0 372 movt.s fa0, fa1, fcc0 # fa0 = ordered(vB) ? INT_MIN_AS_FLOAT : 0
|
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 9297 __ movt(out, /* operand= */ 0u); in EmitMovwMovtPlaceholder() local
|