Searched refs:guide (Results 1 – 9 of 9) sorted by relevance
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 50 LIR* ArmMir2Lir::OpIT(ConditionCode ccode, const char* guide) { in OpIT() argument 59 switch (strlen(guide)) { in OpIT() 61 mask1 = (guide[2] == 'T') ? cond_bit : alt_bit; in OpIT() 64 mask2 = (guide[1] == 'T') ? cond_bit : alt_bit; in OpIT() 67 mask3 = (guide[0] == 'T') ? cond_bit : alt_bit; in OpIT() 76 (1 << (3 - strlen(guide))); in OpIT()
|
D | codegen_arm.h | 203 LIR* OpIT(ConditionCode cond, const char* guide);
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 478 LIR* MipsMir2Lir::OpIT(ConditionCode cond, const char* guide) { in OpIT() argument 479 UNUSED(cond, guide); in OpIT()
|
D | codegen_mips.h | 201 LIR* OpIT(ConditionCode cond, const char* guide);
|
/art/compiler/dex/quick/arm64/ |
D | codegen_arm64.h | 207 LIR* OpIT(ConditionCode cond, const char* guide) OVERRIDE;
|
D | int_arm64.cc | 40 LIR* Arm64Mir2Lir::OpIT(ConditionCode ccode, const char* guide) { in OpIT() argument 41 UNUSED(ccode, guide); in OpIT()
|
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 300 LIR* OpIT(ConditionCode cond, const char* guide) OVERRIDE;
|
D | int_x86.cc | 1611 LIR* X86Mir2Lir::OpIT(ConditionCode cond, const char* guide) { in OpIT() argument 1612 UNUSED(cond, guide); in OpIT()
|
/art/compiler/dex/quick/ |
D | mir_to_lir.h | 1412 virtual LIR* OpIT(ConditionCode cond, const char* guide) = 0;
|