Searched defs:opcode (Results 226 - 241 of 241) sorted by relevance

12345678910

/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c241 /* Extract primary opcode, instr[31:26] */
246 /* Extract 10-bit secondary opcode, instr[10:1] */
251 /* Extract 9-bit secondary opcode, instr[9:1] */
256 /* Extract 5-bit secondary opcode, instr[5:1] */
7874 * a different primary opcode.
13093 /* The 0x3C primary opcode (VSX category) uses several different forms of
13104 * The XX2-form needs bit 0 masked from the standard extended opcode
13112 * secondary opcode for such VSX instructions.
13118 UInt opcode; member in struct:vsx_insn
13263 static Int findVSXextOpCode(UInt opcode) argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4491 /// target specific opcode. Returns true if the Mask could be calculated.
7206 // Lower a node with an EXTRACT_SUBVECTOR opcode. This may result in
7226 // Lower a node with an INSERT_SUBVECTOR opcode. This may result in a
8517 // Use a target machine opcode to prevent further DAGCombine
8888 // isX86LogicalCmp - Return true if opcode is a X86 logical comparison.
9626 // Change opcode to non-immediate version
10309 const unsigned char JMP64r = 0xFF; // 64-bit jmp through register opcode.
10310 const unsigned char MOV64ri = 0xB8; // X86::MOV64ri opcode.
10413 // This is storing the opcode for MOV32ri.
10414 const unsigned char MOV32ri = 0xB8; // X86::MOV32ri's opcode byt
14669 unsigned opcode; local
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h929 mDNSu8 opcode; variable
935 mDNSu8 opcode; variable
944 mDNSu8 opcode; variable
954 mDNSu8 opcode; variable
/external/qemu/hw/
H A Dbt.h1423 uint16_t opcode; member in struct:__anon10909
1431 uint16_t opcode; member in struct:__anon10910
1640 /* Command opcode pack/unpack */
1657 uint16_t opcode; /* OCF & OGF */ member in struct:hci_command_hdr
/external/v8/src/
H A Dobjects.cc8181 Translation::Opcode opcode = local
8183 ASSERT(Translation::BEGIN == opcode);
8187 Translation::StringFor(opcode),
8193 (opcode = static_cast<Translation::Opcode>(iterator.Next()))) {
8194 PrintF(out, "%24s %s ", "", Translation::StringFor(opcode));
8196 switch (opcode) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/valgrind/main/perf/
H A Dtinycc.c3114 #define DEF_ASM_OP0(name, opcode) DEF_ASM(name)
3115 #define DEF_ASM_OP0L(name, opcode, group, instr_type)
3116 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0)
3117 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1)
3118 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2)
3218 /* NOTE: we took the same order as gas opcode definition order */
3571 #define DEF_ASM_OP0(name, opcode)
3572 #define DEF_ASM_OP0L(name, opcode, group, instr_type) DEF_ASM(name)
3573 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) DEF_ASM(name)
3574 #define DEF_ASM_OP2(name, opcode, grou
15020 uint16_t opcode; member in struct:ASMInstr
16303 asm_opcode(TCCState *s1, int opcode) argument
17665 int opcode; local
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c944 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
1181 ** integer opcode. The third argument is a generic pointer intended to
1263 ** The [SQLITE_FCNTL_LOCKSTATE] opcode is used for debugging. This
1264 ** opcode causes the xFileControl method to write the current state of
1272 ** The [SQLITE_FCNTL_SIZE_HINT] opcode is used by SQLite to give the VFS
1280 ** The [SQLITE_FCNTL_CHUNK_SIZE] opcode is used to request that the VFS
1289 ** The [SQLITE_FCNTL_FILE_POINTER] opcode is used to obtain a pointer
1295 ** ^(The [SQLITE_FCNTL_SYNC_OMITTED] opcode is generated internally by
1300 ** VFSes do not need this signal and should silently ignore this opcode.
1302 ** opcode a
8462 u8 opcode; /* What operation to perform */ member in struct:VdbeOp
8514 u8 opcode; /* What operation to perform */ member in struct:VdbeOpList
59884 int opcode = pOp->opcode; local
59927 u8 opcode = pOp->opcode; local
74631 codeCompare( Parse *pParse, Expr *pLeft, Expr *pRight, int opcode, int in1, int in2, int dest, int jumpIfNull ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c944 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
1181 ** integer opcode. The third argument is a generic pointer intended to
1263 ** The [SQLITE_FCNTL_LOCKSTATE] opcode is used for debugging. This
1264 ** opcode causes the xFileControl method to write the current state of
1272 ** The [SQLITE_FCNTL_SIZE_HINT] opcode is used by SQLite to give the VFS
1280 ** The [SQLITE_FCNTL_CHUNK_SIZE] opcode is used to request that the VFS
1289 ** The [SQLITE_FCNTL_FILE_POINTER] opcode is used to obtain a pointer
1295 ** ^(The [SQLITE_FCNTL_SYNC_OMITTED] opcode is generated internally by
1300 ** VFSes do not need this signal and should silently ignore this opcode.
1302 ** opcode a
8462 u8 opcode; /* What operation to perform */ member in struct:VdbeOp
8514 u8 opcode; /* What operation to perform */ member in struct:VdbeOpList
59897 int opcode = pOp->opcode; local
59940 u8 opcode = pOp->opcode; local
74644 codeCompare( Parse *pParse, Expr *pLeft, Expr *pRight, int opcode, int in1, int in2, int dest, int jumpIfNull ) argument
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 752 milliseconds

12345678910