Searched refs:movt (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm.cc | 408 void ArmAssembler::movt(Register rd, uint16_t imm16, Condition cond) { in movt() function in art::arm::ArmAssembler 1157 movt(IP, value_high, cond); in AddConstant() 1184 movt(IP, value_high, cond); in AddConstantSetFlags() 1202 movt(rd, value_high, cond); in LoadImmediate()
|
D | assembler_arm.h | 261 void movt(Register rd, uint16_t imm16, Condition cond = AL);
|