Searched refs:and_ (Results 1 - 8 of 8) sorted by relevance

/art/compiler/utils/
H A Dassembler_thumb_test.cc217 __ and_(R0, R1, ShifterOperand(R2));
228 __ and_(R0, R0, ShifterOperand(R1));
262 __ and_(R0, R1, ShifterOperand(0x55));
296 __ and_(R0, R1, ShifterOperand(0x550055));
/art/compiler/optimizing/
H A Dcode_generator_arm.cc2494 __ and_(out_reg, second_reg, ShifterOperand(kMaxIntShiftValue));
2529 __ and_(o_l, second_reg, ShifterOperand(kMaxLongShiftValue));
2543 __ and_(o_h, second_reg, ShifterOperand(kMaxLongShiftValue));
2557 __ and_(o_h, second_reg, ShifterOperand(kMaxLongShiftValue));
4033 __ and_(out, first, ShifterOperand(second));
4046 __ and_(out.AsRegisterPairLow<Register>(),
4049 __ and_(out.AsRegisterPairHigh<Register>(),
/art/compiler/utils/arm/
H A Dassembler_arm32.h42 void and_(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
H A Dassembler_arm32_test.cc587 T4Helper(&arm::Arm32Assembler::and_, true, "and{cond} {reg1}, {reg2}, {shift}", "and");
H A Dassembler_thumb2.h64 void and_(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE;
H A Dassembler_arm.h351 virtual void and_(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) = 0;
H A Dassembler_arm32.cc59 void Arm32Assembler::and_(Register rd, Register rn, const ShifterOperand& so, function in class:art::arm::Arm32Assembler
H A Dassembler_thumb2.cc54 void Thumb2Assembler::and_(Register rd, Register rn, const ShifterOperand& so, function in class:art::arm::Thumb2Assembler

Completed in 124 milliseconds