Home
last modified time | relevance | path

Searched refs:OP_RET (Results 1 – 18 of 18) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java199 public static final byte OP_RET = -87; field
DInstructionFactory.java250 case InstructionConstants.OP_RET: in create()
/external/proguard/src/proguard/optimize/peephole/
DReachableCodeMarker.java138 if (variableInstruction.opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
DBranchTargetFinder.java535 if (variableInstruction.opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
/external/proguard/src/proguard/optimize/info/
DSideEffectInstructionChecker.java165 case InstructionConstants.OP_RET: in visitVariableInstruction()
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java189 opcode == InstructionConstants.OP_RET; in visitVariableInstruction()
/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java252 if (opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp274 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
Dnv50_ir_emit_nvc0.cpp1143 case OP_RET: code[1] = 0x90000000; mask = 1; break; in emitFlow()
1706 case OP_RET: in emitInstruction()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target_nv50.cpp125 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
Dnv50_ir_emit_nv50.cpp1474 case OP_RET: in emitFlow()
1668 case OP_RET: in emitInstruction()
Dnv50_ir.h94 OP_RET, enumerator
Dnv50_ir.cpp962 op == OP_RET || op == OP_EXIT) in FlowInstruction()
Dnv50_ir_from_sm4.cpp415 case SM4_OPCODE_RET: return OP_RET; in cvtOpcode()
416 case SM4_OPCODE_RETC: return OP_RET; in cvtOpcode()
Dnv50_ir_from_tgsi.cpp2209 mkFlow(OP_RET, NULL, CC_ALWAYS, NULL)->fixed = 1; in handleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DPartialEvaluator.java886 else if (instruction.opcode == InstructionConstants.OP_RET) in evaluateSingleInstructionBlock()
DEvaluationSimplifier.java296 case InstructionConstants.OP_RET: in visitVariableInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java746 case InstructionConstants.OP_RET: in visitVariableInstruction()