Searched defs:movt (Results 1 - 3 of 3) sorted by relevance

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc192 uint32_t movt = 0xf2c00000u | // MOVT r0, #0 (placeholder), local
200 static_cast<uint8_t>(movt >> 16), static_cast<uint8_t>(movt >> 24),
201 static_cast<uint8_t>(movt >> 0), static_cast<uint8_t>(movt >> 8),
/art/compiler/utils/arm/
H A Dassembler_arm32.cc744 void Arm32Assembler::movt(Register rd, uint16_t imm16, Condition cond) { function in class:art::arm::Arm32Assembler
1426 movt(IP, value_high, cond);
1443 movt(IP, value_high, cond);
1459 movt(rd, value_high, cond);
H A Dassembler_thumb2.cc2647 void Thumb2Assembler::movt(Register rd, uint16_t imm16, Condition cond) { function in class:art::arm::Thumb2Assembler
3525 movt(temp, value_high, cond);
3555 movt(IP, value_high, cond);
3572 movt(rd, value_high, cond);

Completed in 69 milliseconds