Searched defs:movs (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/arm/
H A Dassembler_arm32.cc131 void Arm32Assembler::movs(Register rd, const ShifterOperand& so, Condition cond) { function in class:art::arm::Arm32Assembler
1046 movs(rd, ShifterOperand(rm, LSL, shift_imm), cond);
1058 movs(rd, ShifterOperand(rm, LSR, shift_imm), cond);
1070 movs(rd, ShifterOperand(rm, ASR, shift_imm), cond);
1081 movs(rd, ShifterOperand(rm, ROR, shift_imm), cond);
1089 movs(rd, ShifterOperand(rm, ROR, 0), cond);
1099 movs(rd, ShifterOperand(rm, LSL, rn), cond);
1109 movs(rd, ShifterOperand(rm, LSR, rn), cond);
1119 movs(rd, ShifterOperand(rm, ASR, rn), cond);
1129 movs(r
[all...]
H A Dassembler_thumb2.cc133 void Thumb2Assembler::movs(Register rd, const ShifterOperand& so, Condition cond) { function in class:art::arm::Thumb2Assembler

Completed in 11 milliseconds