Home
last modified time | relevance | path

Searched refs:PL (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/arm/
Dconstants_arm.h112 PL = 5, // Plus, positive or zero | Greater than, equal, or unordered enumerator
/art/compiler/optimizing/
Dcode_generator_arm.cc4695 __ 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()