Searched refs:OP_RET (Results 1 - 23 of 23) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
H A DInstructionConstants.java199 public static final byte OP_RET = -87; field in interface:InstructionConstants
H A DInstructionFactory.java250 case InstructionConstants.OP_RET:
/external/proguard/src/proguard/optimize/peephole/
H A DReachableCodeMarker.java138 if (variableInstruction.opcode == InstructionConstants.OP_RET)
H A DBranchTargetFinder.java535 if (variableInstruction.opcode == InstructionConstants.OP_RET)
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DStackSizeComputer.java189 opcode == InstructionConstants.OP_RET;
/external/proguard/src/proguard/optimize/info/
H A DSideEffectInstructionChecker.java165 case InstructionConstants.OP_RET:
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java252 if (opcode == InstructionConstants.OP_RET)
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target_nv50.cpp125 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
H A Dnv50_ir_emit_nv50.cpp1474 case OP_RET:
1668 case OP_RET:
H A Dnv50_ir.cpp962 op == OP_RET || op == OP_EXIT)
H A Dnv50_ir.h94 OP_RET, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_from_sm4.cpp415 case SM4_OPCODE_RET: return OP_RET;
416 case SM4_OPCODE_RETC: return OP_RET;
H A Dnv50_ir_from_tgsi.cpp2209 mkFlow(OP_RET, NULL, CC_ALWAYS, NULL)->fixed = 1;
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp274 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
H A Dnv50_ir_emit_nvc0.cpp1143 case OP_RET: code[1] = 0x90000000; mask = 1; break;
1706 case OP_RET:
/external/proguard/src/proguard/evaluation/
H A DProcessor.java746 case InstructionConstants.OP_RET:
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java296 case InstructionConstants.OP_RET:
H A DPartialEvaluator.java886 else if (instruction.opcode == InstructionConstants.OP_RET)
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c6759 case OP_RET:
6883 case OP_RET:
7269 putop(c, OP_RET);
7509 case OP_RET:
8252 VMCASE(OP_RET,
H A Dupb.h7387 OP_RET = 30, enumerator in enum:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::__anon16237
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c7433 case OP_RET:
7557 case OP_RET:
7948 putop(c, OP_RET);
8198 case OP_RET:
8963 VMCASE(OP_RET,
H A Dupb.h7690 OP_RET = 30, enumerator in enum:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::__anon16296
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...

Completed in 1085 milliseconds