Searched refs:OP_RET (Results 1 – 18 of 18) sorted by relevance
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 199 public static final byte OP_RET = -87; field
|
D | InstructionFactory.java | 250 case InstructionConstants.OP_RET: in create()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | ReachableCodeMarker.java | 138 if (variableInstruction.opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
|
D | BranchTargetFinder.java | 535 if (variableInstruction.opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
|
/external/proguard/src/proguard/optimize/info/ |
D | SideEffectInstructionChecker.java | 165 case InstructionConstants.OP_RET: in visitVariableInstruction()
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
D | StackSizeComputer.java | 189 opcode == InstructionConstants.OP_RET; in visitVariableInstruction()
|
/external/proguard/src/proguard/preverify/ |
D | CodeSubroutineInliner.java | 252 if (opcode == InstructionConstants.OP_RET) in visitVariableInstruction()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_target_nvc0.cpp | 274 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
|
D | nv50_ir_emit_nvc0.cpp | 1143 case OP_RET: code[1] = 0x90000000; mask = 1; break; in emitFlow() 1706 case OP_RET: in emitInstruction()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_target_nv50.cpp | 125 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
|
D | nv50_ir_emit_nv50.cpp | 1474 case OP_RET: in emitFlow() 1668 case OP_RET: in emitInstruction()
|
D | nv50_ir.h | 94 OP_RET, enumerator
|
D | nv50_ir.cpp | 962 op == OP_RET || op == OP_EXIT) in FlowInstruction()
|
D | nv50_ir_from_sm4.cpp | 415 case SM4_OPCODE_RET: return OP_RET; in cvtOpcode() 416 case SM4_OPCODE_RETC: return OP_RET; in cvtOpcode()
|
D | nv50_ir_from_tgsi.cpp | 2209 mkFlow(OP_RET, NULL, CC_ALWAYS, NULL)->fixed = 1; in handleInstruction()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | PartialEvaluator.java | 886 else if (instruction.opcode == InstructionConstants.OP_RET) in evaluateSingleInstructionBlock()
|
D | EvaluationSimplifier.java | 296 case InstructionConstants.OP_RET: in visitVariableInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 746 case InstructionConstants.OP_RET: in visitVariableInstruction()
|