Searched refs:IF_LEZ (Results 1 - 16 of 16) sorted by path

/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1094 case Instruction::IF_LEZ:
H A Dlocal_value_numbering.cc1530 case Instruction::IF_LEZ:
H A Dmir_graph.cc480 case Instruction::IF_LEZ:
H A Dmir_optimization.cc230 static_assert(arraysize(kIfCcZConditionCodes) == Instruction::IF_LEZ - Instruction::IF_EQZ + 1,
242 static_assert(ConditionCodeForIfCcZ(Instruction::IF_LEZ) == kCondLe, "if_lez ccode");
459 case Instruction::IF_LEZ: is_taken = (src1 <= 0); break;
511 case Instruction::IF_LEZ:
802 case Instruction::IF_GTZ: opcode = Instruction::IF_LEZ; break;
803 case Instruction::IF_LEZ: opcode = Instruction::IF_GTZ; break;
/art/compiler/dex/quick/
H A Dgen_common.cc433 case Instruction::IF_LEZ:
H A Dmir_to_lir.cc716 case Instruction::IF_LEZ: {
H A Dquick_compiler.cc199 Instruction::IF_LEZ,
/art/runtime/
H A Ddex_instruction_list.h82 V(0x3D, IF_LEZ, "if-lez", k21t, false, kNone, kContinue | kBranch, kVerifyRegA | kVerifyBranchTarget) \
H A Ddex_instruction_utils.h79 return Instruction::IF_EQZ <= opcode && opcode <= Instruction::IF_LEZ;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc949 HANDLE_INSTRUCTION_START(IF_LEZ) {
H A Dinterpreter_switch_impl.cc797 case Instruction::IF_LEZ: {
/art/runtime/verifier/
H A Dmethod_verifier.cc1104 case Instruction::IF_LEZ:
2252 case Instruction::IF_LEZ: {
/art/tools/dexfuzz/src/dexfuzz/program/
H A DCodeTranslator.java571 if (Opcode.isBetween(opcode, Opcode.IF_EQ, Opcode.IF_LEZ)
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DRandomInstructionGenerator.java194 if (Opcode.isBetween(newOpcode, Opcode.IF_EQ, Opcode.IF_LEZ)
211 if (Opcode.isBetween(newOpcode, Opcode.IF_EQ, Opcode.IF_LEZ)
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java382 addOpcodeInfo(Opcode.IF_LEZ, "if-lez", 0x3d, new Format21t());
H A DOpcode.java81 IF_LEZ, enum constant in enum:Opcode

Completed in 89 milliseconds