Searched refs:guide (Results 1 - 9 of 9) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dint_arm.cc44 * is executed if the condition is met. The string "guide" consists
50 LIR* ArmMir2Lir::OpIT(ConditionCode ccode, const char* guide) { argument
59 switch (strlen(guide)) {
61 mask1 = (guide[2] == 'T') ? cond_bit : alt_bit;
64 mask2 = (guide[1] == 'T') ? cond_bit : alt_bit;
67 mask3 = (guide[0] == 'T') ? cond_bit : alt_bit;
76 (1 << (3 - strlen(guide)));
H A Dcodegen_arm.h203 LIR* OpIT(ConditionCode cond, const char* guide);
/art/compiler/dex/quick/mips/
H A Dcodegen_mips.h201 LIR* OpIT(ConditionCode cond, const char* guide);
H A Dint_mips.cc478 LIR* MipsMir2Lir::OpIT(ConditionCode cond, const char* guide) { argument
479 UNUSED(cond, guide);
/art/compiler/dex/quick/arm64/
H A Dcodegen_arm64.h207 LIR* OpIT(ConditionCode cond, const char* guide) OVERRIDE;
H A Dint_arm64.cc40 LIR* Arm64Mir2Lir::OpIT(ConditionCode ccode, const char* guide) { argument
41 UNUSED(ccode, guide);
/art/compiler/dex/quick/x86/
H A Dcodegen_x86.h300 LIR* OpIT(ConditionCode cond, const char* guide) OVERRIDE;
H A Dint_x86.cc1611 LIR* X86Mir2Lir::OpIT(ConditionCode cond, const char* guide) { argument
1612 UNUSED(cond, guide);
/art/compiler/dex/quick/
H A Dmir_to_lir.h1412 virtual LIR* OpIT(ConditionCode cond, const char* guide) = 0;

Completed in 97 milliseconds