Home
last modified time | relevance | path

Searched refs:movt (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc169 " 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/
Drelative_patcher_thumb2_test.cc392 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/
Dcode_generator_arm_vixl.cc9526 __ movt(out, /* operand= */ 0u); in EmitMovwMovtPlaceholder() local