Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dconstants_arm.h108 PL = 5, // plus/positive or zero enumerator
Dassembler_arm32_test.cc108 conditions_.push_back(arm::Condition::PL); in SetUpHelpers()
/art/compiler/optimizing/
Dcode_generator_arm.cc2538 __ it(PL); in HandleShift()
2539 __ Lsl(o_h, low, temp, false, PL); in HandleShift()
2552 __ it(PL); in HandleShift()
2553 __ Asr(o_l, high, temp, false, PL); in HandleShift()
2564 __ it(PL); in HandleShift()
2565 __ Lsr(o_l, high, temp, false, PL); in HandleShift()