HomeSort by relevance Sort by last modified time
    Searched full:opcode (Results 1676 - 1700 of 2817) sorted by null

<<61626364656667686970>>

  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 255 BinaryOperator::Opcode op,
273 BinaryOperator::Opcode op,
291 BinaryOperator::Opcode op,
  /external/elfutils/libcpu/
ChangeLog 59 * defs/i386: Add fixes for opcodes with register number in opcode,
202 Specal opcode 0x99.
262 * defs/i386: Fix up 'and' opcode.
  /external/llvm/include/llvm/IR/
Constants.h 788 /// constant expressions. The Opcode field for the ConstantExpr class is
796 ConstantExpr(Type *ty, unsigned Opcode, Use *Ops, unsigned NumOps)
798 // Operation type (an Instruction opcode) is stored as the SubclassData.
799 setValueSubclassData(Opcode);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 358 newInst.Instruction.Opcode = TGSI_OPCODE_MUL;
371 newInst.Instruction.Opcode = TGSI_OPCODE_TEX;
386 newInst.Instruction.Opcode = TGSI_OPCODE_KIL;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.h 142 GLuint opcode:8; member in struct:brw_wm_instruction
291 GLuint brw_wm_nr_args( GLuint opcode );
292 GLuint brw_wm_is_scalar_result( GLuint opcode );
  /external/mesa3d/src/mesa/program/
program_lexer.l 63 #define return_opcode(condition, token, opcode, len) \
69 yylval->temp_inst.Opcode = OPCODE_ ## opcode; \
  /external/smack/src/org/xbill/DNS/
Message.java 82 m.header.setOpcode(Opcode.QUERY);
100 boolean isUpdate = (header.getOpcode() == Opcode.UPDATE);
582 if (header.getOpcode() != Opcode.UPDATE)
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 329 uint8 opcode; /* see I/F opcode */ member in struct:wl_event_data_if
335 /* opcode in WLC_E_IF event */
  /dalvik/vm/mterp/mips/
footer.S 264 GET_INST_OPCODE(t0) # extract opcode from rINST
401 GET_INST_OPCODE(t0) # extract opcode from rINST
636 GET_PREFETCHED_OPCODE(t0, rOBJ) # extract prefetched opcode from rOBJ
788 GET_INST_OPCODE(t0) # extract opcode from rINST
791 GET_INST_OPCODE(t0) # extract opcode from rINST
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h     [all...]
  /external/chromium_org/third_party/mach_override/libudis86/
decode.c 851 * instruction hard-coded in the opcode map.
857 * 64bit, also hardcoded into the opcode map.
906 * Decoding 3dnow is a little tricky because of its strange opcode
907 * structure. The final opcode disambiguation depends on the last
952 * "Consume" the prefix as a part of the opcode, so it is no
972 * Decode opcode extensions (if any)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_vertprog.c 536 finst->Instruction.Opcode != TGSI_OPCODE_ARL)
542 assert(finst->Instruction.Opcode != TGSI_OPCODE_ARL);
550 switch (finst->Instruction.Opcode) {
725 if(finst->Instruction.Opcode == TGSI_OPCODE_CAL)
801 NOUVEAU_ERR("invalid opcode %d\n", finst->Instruction.Opcode);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILInstrInfo.td 261 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
263 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
265 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
267 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
269 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
271 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 47 BinaryOperator::Opcode Opcode; // Opcode of BinOp to perform
842 BinaryOperatorKind Opcode = Info.Opcode;
843 if (BinaryOperator::isCompoundAssignmentOp(Opcode))
844 Opcode = BinaryOperator::getOpForCompoundAssignment(Opcode);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 536 finst->Instruction.Opcode != TGSI_OPCODE_ARL)
542 assert(finst->Instruction.Opcode != TGSI_OPCODE_ARL);
550 switch (finst->Instruction.Opcode) {
725 if(finst->Instruction.Opcode == TGSI_OPCODE_CAL)
801 NOUVEAU_ERR("invalid opcode %d\n", finst->Instruction.Opcode);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILInstrInfo.td 261 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
263 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
265 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
267 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
269 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
271 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
  /dalvik/dx/src/com/android/dx/rop/
package-info.java 78 * instruction, an instruction whose opcode has a {@link Rop#getBranchingness
81 * no other terminating opcode is appropriate, use a {@link Rops#GOTO GOTO}.<p>
  /dalvik/vm/compiler/codegen/mips/
CodegenFactory.cpp 327 static void genDispatchToHandler(CompilationUnit *cUnit, TemplateOpcode opCode)
340 int targetAddr = (int) gDvmJit.codeCache + templateEntryOffsets[opCode];
  /dalvik/vm/compiler/codegen/mips/Mips32/
Gen.cpp 69 int opcode = TEMPLATE_PERIODIC_PROFILING; local
71 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_auth.c 54 p_data = (UINT8 *)GKI_getbuf((UINT16)(p_attr->len + 3)); /* 3 = 2 byte handle + opcode */
70 (UINT16)(p_attr->len + 3), /* 3 = 2 byte handle + opcode */
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathGrammar.y 61 NumericOp::Opcode numop;
62 EqTestOp::Opcode eqop;
  /external/chromium_org/third_party/icu/source/i18n/
regeximp.h 54 // Opcode types In the compiled form of the regexp, these are the type, or opcodes,
183 // Keep this list of opcode names in sync with the above enum
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi.c 119 unsigned opcode )
127 here->value = opcode;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_pass2.c 326 switch (inst->opcode) {
343 if (TEST_DST_SPILLS && inst->opcode != WM_PIXELXY) {
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 468 is_tex_instruction(unsigned opcode)
470 const tgsi_opcode_info* info = tgsi_get_opcode_info(opcode);
475 num_inst_dst_regs(unsigned opcode)
477 const tgsi_opcode_info* info = tgsi_get_opcode_info(opcode);
482 num_inst_src_regs(unsigned opcode)
484 const tgsi_opcode_info* info = tgsi_get_opcode_info(opcode);
626 * Determines whether to use an integer, unsigned integer, or float opcode
627 * based on the operands and input opcode, then emits the result.
773 * The \c SCS opcode functions a bit differently than the other TGSI opcodes.
789 /* Vertex programs cannot use the SCS opcode
2574 unsigned opcode = TGSI_OPCODE_NOP; local
    [all...]

Completed in 1362 milliseconds

<<61626364656667686970>>