Home
last modified time | relevance | path

Searched refs:and_ (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test.cc246 __ and_(R0, R1, ShifterOperand(R2), AL, kCcKeep); in TEST_F() local
338 __ and_(R0, R0, ShifterOperand(R1), arm::EQ, kCcKeep); in TEST_F() local
354 __ and_(R0, R0, ShifterOperand(R1)); in TEST_F() local
378 __ and_(R0, R1, ShifterOperand(0x55)); in TEST_F() local
409 __ and_(R0, R1, ShifterOperand(0x550055)); in TEST_F() local
/art/compiler/utils/arm/
Dassembler_arm.h409 virtual void and_(Register rd, Register rn, const ShifterOperand& so,
413 and_(rd, rn, so, cond, kCcSet);
Dassembler_thumb2.h72 virtual void and_(Register rd, Register rn, const ShifterOperand& so,
Dassembler_thumb2.cc542 void Thumb2Assembler::and_(Register rd, Register rn, const ShifterOperand& so, in and_() function in art::arm::Thumb2Assembler
/art/compiler/optimizing/
Dcode_generator_arm.cc1413 __ and_(out, first, second); in GenerateDataProcInstruction() local
4519 __ and_(shift_right, rhs.AsRegister<Register>(), ShifterOperand(0x1F)); in HandleLongRotate() local
4650 __ and_(out_reg, second_reg, ShifterOperand(kMaxIntShiftDistance)); in HandleShift() local
4686 __ and_(o_l, second_reg, ShifterOperand(kMaxLongShiftDistance)); in HandleShift() local
4700 __ and_(o_h, second_reg, ShifterOperand(kMaxLongShiftDistance)); in HandleShift() local
4714 __ and_(o_h, second_reg, ShifterOperand(kMaxLongShiftDistance)); in HandleShift() local
7712 __ and_(out, first, so); in GenerateAndConst() local
7828 __ and_(out_reg, first_reg, second_reg); in HandleBitwiseOperation() local
7844 __ and_(out_low, first_low, second_low); in HandleBitwiseOperation() local
7845 __ and_(out_high, first_high, second_high); in HandleBitwiseOperation() local
Dintrinsics_arm.cc1269 __ and_(temp2, temp2, ShifterOperand(temp3)); in VisitStringCompareTo() local
1270 __ and_(out, out, ShifterOperand(temp3)); in VisitStringCompareTo() local