Searched refs:movs (Results 1 - 7 of 7) sorted by relevance

/art/compiler/utils/arm/
H A Dassembler_arm32.cc162 void Arm32Assembler::movs(Register rd, const ShifterOperand& so, Condition cond) { function in class:art::arm::Arm32Assembler
1157 movs(rd, ShifterOperand(rm, LSL, shift_imm), cond);
1169 movs(rd, ShifterOperand(rm, LSR, shift_imm), cond);
1181 movs(rd, ShifterOperand(rm, ASR, shift_imm), cond);
1192 movs(rd, ShifterOperand(rm, ROR, shift_imm), cond);
1200 movs(rd, ShifterOperand(rm, ROR, 0), cond);
1210 movs(rd, ShifterOperand(rm, LSL, rn), cond);
1220 movs(rd, ShifterOperand(rm, LSR, rn), cond);
1230 movs(rd, ShifterOperand(rm, ASR, rn), cond);
1240 movs(r
[all...]
H A Dassembler_arm32.h74 void movs(Register rd, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
H A Dassembler_arm32_test.cc611 T3Helper(&arm::Arm32Assembler::movs, true, "mov{cond}s {reg1}, {shift}", "movs");
H A Dassembler_thumb2.h96 void movs(Register rd, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
H A Dassembler_arm.h383 virtual void movs(Register rd, const ShifterOperand& so, Condition cond = AL) = 0;
H A Dassembler_thumb2.cc159 void Thumb2Assembler::movs(Register rd, const ShifterOperand& so, Condition cond) { function in class:art::arm::Thumb2Assembler
/art/compiler/utils/
H A Dassembler_thumb_test.cc241 __ movs(R0, ShifterOperand(R1));
278 __ movs(R0, ShifterOperand(0x55));

Completed in 39 milliseconds