Home
last modified time | relevance | path

Searched defs:and_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm.cc3189 __ and_(shift_right, rhs.AsRegister<Register>(), ShifterOperand(0x1F)); in HandleLongRotate() local
3318 __ and_(out_reg, second_reg, ShifterOperand(kMaxIntShiftDistance)); in HandleShift() local
3354 __ and_(o_l, second_reg, ShifterOperand(kMaxLongShiftDistance)); in HandleShift() local
3368 __ and_(o_h, second_reg, ShifterOperand(kMaxLongShiftDistance)); in HandleShift() local
3382 __ and_(o_h, second_reg, ShifterOperand(kMaxLongShiftDistance)); in HandleShift() local
5850 __ and_(out, first, so); in GenerateAndConst() local
5936 __ and_(out_reg, first_reg, second_reg); in HandleBitwiseOperation() local
5952 __ and_(out_low, first_low, second_low); in HandleBitwiseOperation() local
5953 __ and_(out_high, first_high, second_high); in HandleBitwiseOperation() local
6149 __ and_(temp_reg, temp_reg, ShifterOperand(LockWord::kReadBarrierStateMask)); in GenerateReferenceLoadWithBakerReadBarrier() local
/art/compiler/utils/
Dassembler_thumb_test.cc242 __ and_(R0, R1, ShifterOperand(R2), AL, kCcKeep); in TEST_F() local
334 __ and_(R0, R0, ShifterOperand(R1), arm::EQ, kCcKeep); in TEST_F() local
350 __ and_(R0, R0, ShifterOperand(R1)); in TEST_F() local
374 __ and_(R0, R1, ShifterOperand(0x55)); in TEST_F() local
405 __ and_(R0, R1, ShifterOperand(0x550055)); in TEST_F() local
/art/compiler/utils/arm/
Dassembler_arm32.cc65 void Arm32Assembler::and_(Register rd, Register rn, const ShifterOperand& so, in and_() function in art::arm::Arm32Assembler
Dassembler_thumb2.cc542 void Thumb2Assembler::and_(Register rd, Register rn, const ShifterOperand& so, in and_() function in art::arm::Thumb2Assembler