/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_pass0.c | 318 GLuint nr_args = brw_wm_nr_args(inst->Opcode); 323 out->opcode = inst->Opcode; 426 switch (inst->Opcode) {
|
/external/mesa3d/src/mesa/main/ |
blend.h | 84 _mesa_LogicOp( GLenum opcode );
|
dlist.h | 55 extern void *_mesa_dlist_alloc(struct gl_context *ctx, GLuint opcode, GLuint sz);
|
/external/proguard/src/proguard/optimize/info/ |
InstanceofClassMarker.java | 51 if (constantInstruction.opcode == InstructionConstants.OP_INSTANCEOF)
|
InstantiationClassMarker.java | 51 if (constantInstruction.opcode == InstructionConstants.OP_NEW)
|
SuperInvocationMarker.java | 52 if (constantInstruction.opcode == InstructionConstants.OP_INVOKESPECIAL)
|
/external/proguard/src/proguard/optimize/peephole/ |
NopRemover.java | 77 if (simpleInstruction.opcode == InstructionConstants.OP_NOP &&
|
/external/regex-re2/re2/ |
nfa.cc | 224 switch (ip->opcode()) { 226 LOG(DFATAL) << "unhandled " << ip->opcode() << " in AddToThreadq"; 311 switch (ip->opcode()) { 314 LOG(DFATAL) << "Unhandled " << ip->opcode() << " in step"; 526 switch (ip->opcode()) { 528 LOG(DFATAL) << "Unexpected opcode in short circuit: " << ip->opcode(); 635 switch (ip->opcode()) { 637 LOG(DFATAL) << "unhandled " << ip->opcode() << " in ComputeFirstByte";
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/ |
UnresolvedOdexInstruction.java | 45 super(originalInstruction.opcode);
|
/hardware/libhardware/include/hardware/ |
bluetooth.h | 318 typedef void (*dut_mode_recv_callback)(uint16_t opcode, uint8_t *buf, uint8_t len); 449 int (*dut_mode_send)(uint16_t opcode, uint8_t *buf, uint8_t len); 451 /* opcode MUST be one of: LE_Receiver_Test, LE_Transmitter_Test, LE_Test_End */ 452 int (*le_test_mode)(uint16_t opcode, uint8_t *buf, uint8_t len);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
coda_psdev.h | 63 int coda_downcall(int opcode, union outputArgs *out, struct super_block *sb);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coda_psdev.h | 63 int coda_downcall(int opcode, union outputArgs *out, struct super_block *sb);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
coda_psdev.h | 63 int coda_downcall(int opcode, union outputArgs *out, struct super_block *sb);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 65 import opcode namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sundry.py | 65 import opcode namespace
|
/cts/tools/dasm/src/dasm/ |
DAsm.java | 528 DalvInsn dalvInsn = new SimpleInsn(insn.opcode, 557 DalvInsn dalvInsn = new SimpleInsn(insn.opcode, 568 DalvInsn dalvInsn = new TargetInsn(insn.opcode, 600 DalvInsn dalvInsn = new TargetInsn(insn.opcode, 642 DalvInsn dalvInsn = new SimpleInsn(insn.opcode, 666 DalvInsn dalvInsn = new TargetInsn(insn.opcode, 681 DalvInsn dalvInsn = new CstInsn(insn.opcode, 704 DalvInsn dalvInsn = new CstInsn(insn.opcode, 764 DalvInsn dalvInsn = new CstInsn(insn.opcode, 838 DalvInsn dalvInsn = new CstInsn(insn.opcode, [all...] |
/external/llvm/lib/Target/ARM/ |
ARMAsmPrinter.cpp | [all...] |
ARMExpandPseudoInsts.cpp | 326 static const NEONLdStTableEntry *LookupNEONLdSt(unsigned Opcode) { 341 std::lower_bound(NEONLdStTable, NEONLdStTable + NumEntries, Opcode); 342 if (I != NEONLdStTable + NumEntries && I->PseudoOpc == Opcode) 614 unsigned Opcode = MI.getOpcode(); 619 bool isCC = Opcode == ARM::MOVCCi32imm || Opcode == ARM::t2MOVCCi32imm; 624 (Opcode == ARM::MOVi32imm || Opcode == ARM::MOVCCi32imm)) { [all...] |
/external/openssh/ |
readconf.c | 145 OpCodes opcode; member in struct:__anon24069 339 return keywords[i].opcode; 360 int negated, opcode, *intptr, value, value2, scale; local 383 opcode = parse_token(keyword, filename, linenum); 385 switch (opcode) { 772 if (opcode == oLocalForward || 773 opcode == oRemoteForward) { 781 } else if (opcode == oDynamicForward) { 786 opcode == oDynamicForward ? 1 : 0, 787 opcode == oRemoteForward ? 1 : 0) == 0 [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
SimpleSValBuilder.cpp | 36 virtual SVal evalBinOpNN(ProgramStateRef state, BinaryOperator::Opcode op, 38 virtual SVal evalBinOpLL(ProgramStateRef state, BinaryOperator::Opcode op, 40 virtual SVal evalBinOpLN(ProgramStateRef state, BinaryOperator::Opcode op, 47 SVal MakeSymIntVal(const SymExpr *LHS, BinaryOperator::Opcode op, 184 BinaryOperator::Opcode op, 279 BinaryOperator::Opcode op, 410 BinaryOperator::Opcode opc = symIntExpr->getOpcode(); 458 BinaryOperator::Opcode lop = symIntExpr->getOpcode(); 512 BinaryOperator::Opcode op, 559 BinaryOperator::Opcode op [all...] |
/external/llvm/utils/TableGen/ |
DAGISelMatcher.h | 60 CheckOpcode, // Fail if not opcode. 61 SwitchOpcode, // Dispatch based on opcode. 446 /// specified opcode, if not it fails to match. 448 const SDNodeInfo &Opcode; 450 CheckOpcodeMatcher(const SDNodeInfo &opcode) 451 : Matcher(CheckOpcode), Opcode(opcode) {} 453 const SDNodeInfo &getOpcode() const { return Opcode; } 468 /// SwitchOpcodeMatcher - Switch based on the current node's opcode, dispatching 469 /// to one matcher per opcode. If the opcode doesn't match any of the cases [all...] |
/external/llvm/lib/Target/PowerPC/AsmParser/ |
PPCAsmParser.cpp | 203 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, 571 int Opcode = Inst.getOpcode(); 572 switch (Opcode) { 627 TmpInst.setOpcode(Opcode == PPC::EXTLWI? PPC::RLWINM : PPC::RLWINMo); 641 TmpInst.setOpcode(Opcode == PPC::EXTRWI? PPC::RLWINM : PPC::RLWINMo); 655 TmpInst.setOpcode(Opcode == PPC::INSLWI? PPC::RLWIMI : PPC::RLWIMIo); 670 TmpInst.setOpcode(Opcode == PPC::INSRWI? PPC::RLWIMI : PPC::RLWIMIo); 684 TmpInst.setOpcode(Opcode == PPC::ROTRWI? PPC::RLWINM : PPC::RLWINMo); 697 TmpInst.setOpcode(Opcode == PPC::SLWI? PPC::RLWINM : PPC::RLWINMo); 710 TmpInst.setOpcode(Opcode == PPC::SRWI? PPC::RLWINM : PPC::RLWINMo) [all...] |
/art/runtime/verifier/ |
method_verifier.cc | 390 const bool is_range = (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); 497 Instruction::Code opcode = inst->Opcode(); local 498 if (opcode == Instruction::NEW_INSTANCE) { 500 } else if (opcode == Instruction::MONITOR_ENTER) { 502 } else if (opcode == Instruction::CHECK_CAST) { 504 } else if ((inst->Opcode() == Instruction::INVOKE_VIRTUAL) || 505 (inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE) || 506 (inst->Opcode() == Instruction::INVOKE_INTERFACE) || 507 (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE)) 2768 Instruction::Code opcode = ret_inst->Opcode(); local 3793 Instruction::Code opcode = ret_inst->Opcode(); local [all...] |
/bionic/libm/i387/ |
npx.h | 51 u_short en_opcode; /* opcode last executed (11 bits ) */ 88 u_int16_t en_opcode; /* opcode last executed (11 bits ) */
|
/dalvik/docs/ |
porting-guide.html | 128 extra memory fetch on every instruction, mterp multiplies the opcode number 194 code runs in a loop, pulling out the next opcode, and invoking the 213 /* stub for ${opcode} */ 230 <code>${opcode}</code> text changed into an opcode name, which should 231 be used to call the C implementation (<code>dvmMterp_${opcode}</code>). 250 one must perform the appropriate actions, fetch the next opcode, and 343 to know for sure that your implementation of an opcode handler
|