| /external/bluetooth/bluez/lib/bluetooth/ |
| hci.h | 1803 uint16_t opcode; member in struct:__anon1780 1811 uint16_t opcode; member in struct:__anon1781 2230 uint16_t opcode; \/* OCF & OGF *\/ member in struct:__anon1832 2294 uint16_t opcode; member in struct:hci_filter [all...] |
| /external/llvm/lib/Target/X86/Disassembler/ |
| X86DisassemblerDecoder.h | 453 the opcode, or right before the REX prefix if one is present) */ 464 /* opcode state */ 470 /* The last byte of the opcode, not counting any ModR/M extension */ 471 uint8_t opcode; member in struct:InternalInstruction 472 /* The ModR/M byte of the instruction, if it is an opcode extension */ 477 /* The type of opcode, used for indexing into the array of decode tables */ 510 /* A register or immediate operand encoded into the opcode */
|
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombine.h | 213 bool ShouldOptimizeCast(Instruction::CastOps opcode,const Value *V,
|
| /external/proguard/src/proguard/classfile/editor/ |
| ConstantPoolRemapper.java | 462 new ConstantInstruction(constantInstruction.opcode,
|
| /system/bluetooth/bluez-clean-headers/bluetooth/ |
| hci.h | 1866 uint16_t opcode; member in struct:__anon25811 1875 uint16_t opcode; member in struct:__anon25812 2322 uint16_t opcode; member in struct:__anon25863 2382 uint16_t opcode; member in struct:hci_filter [all...] |
| /system/core/include/private/pixelflinger/ |
| ggl_context.h | 292 uint16_t opcode; member in struct:android::logic_op_state_t
|
| /system/core/libpixelflinger/ |
| buffer.cpp | 210 v = logic_op(c->state.logic_op.opcode, v, d);
|
| /system/core/libpixelflinger/codeflinger/ |
| ARMAssemblerInterface.h | 114 dataProcessing( int opcode, int cc, int s,
|
| /bionic/libc/netbsd/resolv/ |
| res_send.c | 329 if ((((const HEADER *)(const void *)buf1)->opcode == ns_o_update) && 330 (((const HEADER *)(const void *)buf2)->opcode == ns_o_update))
|
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
| MatrixTrackingGL.java | 394 public void glLogicOp(int opcode) { 395 mgl.glLogicOp(opcode);
|
| /external/llvm/examples/Kaleidoscope/Chapter7/ |
| toy.cpp | 134 char Opcode; 137 UnaryExprAST(char opcode, ExprAST *operand) 138 : Opcode(opcode), Operand(operand) {} 640 Function *F = TheModule->getFunction(std::string("unary")+Opcode); [all...] |
| /external/llvm/lib/VMCore/ |
| Instructions.cpp | 2374 Instruction::CastOps opcode = local 2388 Instruction::CastOps opcode = local 2402 Instruction::CastOps opcode = local 2415 Instruction::CastOps opcode = local [all...] |
| /external/llvm/utils/TableGen/ |
| DAGISelMatcher.h | 59 CheckOpcode, // Fail if not opcode. 60 SwitchOpcode, // Dispatch based on opcode. 447 /// specified opcode, if not it fails to match. 449 const SDNodeInfo &Opcode; 451 CheckOpcodeMatcher(const SDNodeInfo &opcode) 452 : Matcher(CheckOpcode), Opcode(opcode) {} 454 const SDNodeInfo &getOpcode() const { return Opcode; } 469 /// SwitchOpcodeMatcher - Switch based on the current node's opcode, dispatching 470 /// to one matcher per opcode. If the opcode doesn't match any of the cases [all...] |
| /external/v8/src/mips/ |
| macro-assembler-mips.h | 289 uint32_t opcode = ((instr & kOpcodeMask)); local 296 bool sllzz = (opcode == SLL && [all...] |
| /frameworks/base/opengl/tools/glgen/specs/gles11/ |
| GLES10.spec | 60 void glLogicOp ( GLenum opcode )
|
| /system/core/sdcard/ |
| sdcard.c | 546 switch (hdr->opcode) { 926 hdr->opcode, hdr->unique, hdr->nodeid);
|
| /external/bluetooth/bluez/plugins/ |
| hciops.c | 298 ocf = cmd_opcode_ocf(evt_status->opcode); 1619 uint16_t opcode = btohs(evt->opcode); local 1801 uint16_t opcode = btohs(evt->opcode); local [all...] |
| /external/valgrind/main/coregrind/m_debuginfo/ |
| readdwarf.c | 391 VG_(printf)(" Extended opcode %d: End of Sequence\n\n", 399 VG_(printf)(" Extended opcode %d: set Address to 0x%lx\n", 543 /* We only support machines with one opcode per instruction 605 VG_(printf)(" Opcode Base: %d\n\n", 623 VG_(printf)(" Opcode %d has %d args\n", 756 VG_(printf)(" Special opcode %d: advance Address by %d " 924 VG_(printf)(" Unknown opcode %d\n", (Int)op_code); 2715 UChar opcode; local [all...] |
| /dalvik/dexgen/src/com/android/dexgen/rop/code/ |
| Rops.java | [all...] |
| /dalvik/dx/src/com/android/dx/rop/code/ |
| Rops.java | [all...] |
| /external/qemu/hw/ |
| bt.h | 1423 uint16_t opcode; member in struct:__anon10018 1431 uint16_t opcode; member in struct:__anon10019 1657 uint16_t opcode; \/* OCF & OGF *\/ member in struct:hci_command_hdr [all...] |
| /external/v8/src/ |
| hydrogen-instructions.cc | 296 if (other->opcode() != opcode()) return false; 311 intptr_t result = opcode(); [all...] |
| /external/webkit/Source/JavaScriptCore/assembler/ |
| SH4Assembler.h | [all...] |
| /dalvik/vm/analysis/ |
| Liveness.cpp | 333 switch (decInsn.opcode) {
|
| /external/llvm/lib/Target/CBackend/ |
| CBackend.cpp | 187 void writeOperandWithCast(Value* Operand, unsigned Opcode); 212 void printCast(unsigned opcode, Type *SrcTy, Type *DstTy); 214 void printConstantWithCast(Constant *CPV, unsigned Opcode); 715 llvm_unreachable("Invalid cast opcode"); 745 llvm_unreachable("Invalid cast opcode"); 857 default: llvm_unreachable("Illegal opcode here!"); [all...] |