Searched
full:opcode (Results
1751 -
1775 of
2817) sorted by null
<<71727374757677787980>>
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_pair_regalloc.c | 358 if (is_derivative(variable->Inst->U.P.RGB.Opcode) 359 || is_derivative(variable->Inst->U.P.Alpha.Opcode)) { 371 if (is_derivative(r->Inst->U.P.RGB.Opcode) 372 || is_derivative(r->Inst->U.P.Alpha.Opcode)) {
|
radeon_program.c | 175 inst->U.I.Opcode = RC_OPCODE_ILLEGAL_OPCODE;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUISelLowering.h | 59 virtual const char* getTargetNodeName(unsigned Opcode) const;
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxclient.h | 370 * Major opcode for the extension. Copied here so a lookup isn't 734 extern void __glXClientInfo(Display * dpy, int opcode); 757 extern char *__glXQueryServerString(Display * dpy, int opcode, 759 extern char *__glXGetString(Display * dpy, int opcode,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_cfg.cpp | 95 switch (inst->opcode) {
|
brw_fs_copy_propagation.cpp | 112 if (inst->opcode == BRW_OPCODE_MOV &&
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_save.h | 62 * compiled using the fallback opcode mechanism provided by dlist.c.
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree6.test | 36 if {$a(opcode) eq "VFilter"} {
|
/external/chromium_org/third_party/sqlite/src/src/ |
random.c | 35 ** Because the OP_NewRowid opcode in the VDBE depends on having a very
|
vdbetrace.c | 61 ** statement for the corresponding OP_Variable opcode. Once the host
|
/external/chromium_org/third_party/sqlite/src/test/ |
collate9.test | 27 # opcode was executed. If an OP_Sort did occur, then "sort" is appended
|
descidx2.test | 113 # opcode was executed. If an OP_Sort did occur, then "sort" is appended
|
/external/clang/lib/StaticAnalyzer/Core/ |
SimpleConstraintManager.h | 45 BinaryOperator::Opcode op,
|
/external/emma/core/java12/com/vladium/jcd/opcodes/ |
IOpcodes.java | 20 // opcode hex dec opbytes stackwords wideable 207 int _unused = 0xBA; // 186 * * * [for historical reasons, opcode value 186 is not used] 441 int [] NARROW_SIZE = clinit._NARROW_SIZE; // including the opcode itself 442 int [] WIDE_SIZE = clinit._WIDE_SIZE; // including the opcode itself
|
/external/iproute2/include/linux/ |
if_arp.h | 142 __be16 ar_op; /* ARP opcode (command) */
|
/external/javassist/src/main/javassist/expr/ |
Cast.java | 153 bytecode.addOpcode(Opcode.CHECKCAST);
|
Instanceof.java | 157 bytecode.addOpcode(Opcode.INSTANCEOF);
|
/external/kernel-headers/original/asm-x86/ |
alternative_32.h | 152 extern void text_poke(void *addr, unsigned char *opcode, int len);
|
/external/kernel-headers/original/linux/ |
if_arp.h | 142 __be16 ar_op; /* ARP opcode (command) */
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
nfc_hal_dm_cfg.c | 71 * B0 is the first T; i.e. the opcode for the VSC
|
/external/libnfc-nci/src/hal/include/ |
nci_defs.h | 91 /* OID: Opcode Identifier (byte 1) */ 199 * NCI Core Group Opcode - 0 212 * RF MANAGEMENT Group Opcode - 1 228 * NFCEE MANAGEMENT Group Opcode - 2
|
/external/libnfc-nci/src/hal/int/ |
nfc_hal_int_api.h | 106 typedef UINT8 tNFC_HAL_NCI_EVT; /* MT + Opcode */
|
/external/libnfc-nci/src/nfa/int/ |
nfa_snep_int.h | 270 void nfa_snep_send_msg (UINT8 opcode, UINT8 dlink);
|
/external/libpng/ |
pnggccrd.c | 55 // ".byte 0x0f, 0xa2 \n\t" // CPUID instruction (two-byte opcode)
|
/external/llvm/include/llvm/Analysis/ |
ConstantFolding.h | 55 Constant *ConstantFoldInstOperands(unsigned Opcode, Type *DestTy,
|
Completed in 2341 milliseconds
<<71727374757677787980>>