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

<<61626364656667686970>>

  /external/chromium_org/third_party/sqlite/src/test/
selectB.test 26 db eval "explain $sql1" { lappend ::vdbe1 $opcode }
27 db eval "explain $sql2" { lappend ::vdbe2 $opcode }
  /external/javassist/src/main/javassist/bytecode/
Opcode.java 26 public interface Opcode {
440 0, // wide, 196 depends on the following opcode
  /external/javassist/src/main/javassist/expr/
Expr.java 35 import javassist.bytecode.Opcode;
44 public abstract class Expr implements Opcode {
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 190 #define NFC_HAL_BT_HCI_CMD_HDR_SIZE 3 /* opcode (2) + length (1) */
241 UINT16 opcode; member in struct:__anon20494
  /external/libnfc-nxp/src/
phFriNfc_Llcp.h 137 * \name Length value for DM opCode
141 #define PHFRINFC_LLCP_DM_LENGTH 0x01 /**< Length value for DM opCode */
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 147 const char *getTargetNodeName(unsigned Opcode) const;
214 unsigned Size, unsigned Opcode) const;
  /external/llvm/lib/Target/PowerPC/
PPCSchedule.td 127 // opcode belongs.
129 // opcode itinerary class
  /external/llvm/lib/Target/R600/
R600EmitClauseMarkers.cpp 200 unsigned Opcode = PushBeforeModifier ?
202 BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead), TII->get(Opcode))
  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 212 int opcode = MI->getOpcode(); local
214 int AddrOffset = X86II::getMemoryOperandNo(Desc.TSFlags, opcode);
  /external/llvm/test/MC/Disassembler/ARM/
invalid-armv7.txt 12 # Opcode=60 Name=BFI Format=ARM_FORMAT_DPFRM(4)
89 # Opcode=0 Name=PHI Format=(42)
106 # Opcode=134 Name=LDMIA Format=ARM_FORMAT_LDSTMULFRM(10)
124 # Opcode=165 Name=LDR_PRE Format=ARM_FORMAT_LDFRM(6)
146 # Opcode=140 Name=LDRB_POST Format=ARM_FORMAT_LDFRM(6)
163 # Opcode=171 Name=MCR Format=ARM_FORMAT_BRFRM(2)
180 # Opcode=0 Name=PHI Format=(42)
198 # Opcode=0 Name=PHI Format=(42)
213 # Opcode=196 Name=MOVs Format=ARM_FORMAT_DPSOREGFRM(5)
223 # Opcode=185 Name=MOVTi16 Format=ARM_FORMAT_DPFRM(4
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.c 119 unsigned opcode )
127 here->value = opcode;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass2.c 326 switch (inst->opcode) {
343 if (TEST_DST_SPILLS && inst->opcode != WM_PIXELXY) {
  /external/mesa3d/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...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DebugInfoBuilder.java 250 private void emitSpecialOpcode(Output out, byte opcode) {
251 out.writeByte(opcode);
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 35 import org.jf.dexlib.Code.Opcode;
190 Opcode.updateMapsForApiLevel(apiLevel, jumboInstructions);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 75 ;// rounding is implemented by using opCode switching between "VRHADD" and
137 ;// rounding is implemented by using opCode switching between "VRHADD" and
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py 61 # Return True if opcode code appears in the pickle, else False.
68 # Return the number of times opcode code appears in pickle.
702 # Map (proto, len(tuple)) to expected opcode.
735 # Map (proto, singleton) to expected opcode.
789 # an object of that type. Check that the resulting pickle uses opcode
792 def produce_global_ext(self, extcode, opcode):
804 self.assertEqual(opcode_in_pickle(opcode, s1), False)
814 self.assertEqual(opcode_in_pickle(opcode, s2), True)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pickletester.py 61 # Return True if opcode code appears in the pickle, else False.
68 # Return the number of times opcode code appears in pickle.
702 # Map (proto, len(tuple)) to expected opcode.
735 # Map (proto, singleton) to expected opcode.
789 # an object of that type. Check that the resulting pickle uses opcode
792 def produce_global_ext(self, extcode, opcode):
804 self.assertEqual(opcode_in_pickle(opcode, s1), False)
814 self.assertEqual(opcode_in_pickle(opcode, s2), True)
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 160 void ARMAssemblerProxy::dataProcessing( int opcode, int cc, int s,
163 mTarget->dataProcessing(opcode, cc, s, Rd, Rn, Op2);
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.c 85 * Used for RCC opcode.
665 switch (inst->Opcode) {
718 ASSERT(program->Instructions[inst->BranchTarget].Opcode
723 ASSERT(program->Instructions[inst->BranchTarget].Opcode
739 ASSERT(program->Instructions[inst->BranchTarget].Opcode
748 ASSERT(program->Instructions[inst->BranchTarget].Opcode
951 ASSERT(program->Instructions[inst->BranchTarget].Opcode
953 program->Instructions[inst->BranchTarget].Opcode
980 ASSERT(program->Instructions[inst->BranchTarget].Opcode
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
insert.c 25 int opcode /* OP_OpenRead or OP_OpenWrite */
30 assert( opcode==OP_OpenWrite || opcode==OP_OpenRead );
31 sqlite3TableLock(p, iDb, pTab->tnum, (opcode==OP_OpenWrite)?1:0, pTab->zName);
32 sqlite3VdbeAddOp3(v, opcode, iCur, pTab->tnum, iDb);
86 ** Set P4 of the most recently inserted opcode to a column affinity
147 if( pOp->opcode==OP_OpenRead && pOp->p3==iDb ){
160 if( pOp->opcode==OP_VOpen && pOp->p4.pVtab==pVTab ){
883 /* The row that the VUpdate opcode will delete: none */
895 if( ALWAYS(pOp) && pOp->opcode==OP_Null && !IsVirtual(pTab) )
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 196 virtual Opcode opcode() const V8_FINAL V8_OVERRIDE { \
231 enum Opcode {
239 virtual Opcode opcode() const = 0;
243 bool Is##type() const { return opcode() == k##type; }
248 // an opcode.
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 195 virtual Opcode opcode() const V8_FINAL V8_OVERRIDE { \
230 enum Opcode {
238 virtual Opcode opcode() const = 0;
242 bool Is##type() const { return opcode() == k##type; }
247 // an opcode.
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 193 virtual Opcode opcode() const V8_FINAL V8_OVERRIDE { \
228 enum Opcode {
236 virtual Opcode opcode() const = 0;
240 bool Is##type() const { return opcode() == k##type; }
245 // an opcode.
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 193 virtual Opcode opcode() const V8_FINAL V8_OVERRIDE { \
228 enum Opcode {
236 virtual Opcode opcode() const = 0;
240 bool Is##type() const { return opcode() == k##type; }
245 // an opcode.
    [all...]

Completed in 881 milliseconds

<<61626364656667686970>>