Searched refs:PL (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/arm/ |
D | constants_arm.h | 112 PL = 5, // Plus, positive or zero | Greater than, equal, or unordered enumerator
|
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 4695 __ it(PL); in HandleShift() 4696 __ Lsl(o_h, low, temp, PL); in HandleShift() 4709 __ it(PL); in HandleShift() 4710 __ Asr(o_l, high, temp, PL); in HandleShift() 4721 __ it(PL); in HandleShift() 4722 __ Lsr(o_l, high, temp, PL); in HandleShift()
|