HomeSort by relevance Sort by last modified time
    Searched full:opflags (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 221 unsigned OpFlags = MI->getOperand(OpNo).getImm();
222 OpNo += InlineAsm::getNumOperandRegisters(OpFlags) + 1;
232 unsigned OpFlags = MI->getOperand(OpNo).getImm();
235 if (InlineAsm::isMemKind(OpFlags)) {
387 unsigned OpFlags = MI->getOperand(OpNo).getImm();
388 OpNo += InlineAsm::getNumOperandRegisters(OpFlags) + 1;
398 unsigned OpFlags = MI->getOperand(OpNo).getImm();
405 if (InlineAsm::isMemKind(OpFlags)) {
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 176 unsigned GlobalBaseReg, unsigned char OpFlags) {
179 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0);
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
vdbe.h 45 u8 opflags; /* Mask of the OPFLG_* flags in opcodes.h */ member in struct:VdbeOp
vdbe.c 662 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );
663 if( pOp->opflags & OPFLG_OUT2_PRERELEASE ){
674 if( (pOp->opflags & OPFLG_IN1)!=0 ){
680 if( (pOp->opflags & OPFLG_IN2)!=0 ){
686 if( (pOp->opflags & OPFLG_IN3)!=0 ){
692 if( (pOp->opflags & OPFLG_OUT2)!=0 ){
697 if( (pOp->opflags & OPFLG_OUT3)!=0 ){
    [all...]
vdbeaux.c 403 ** The Op.opflags field is set on all opcodes.
414 pOp->opflags = sqlite3OpcodeProperty[opcode];
431 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 531 unsigned opFlags = 0;
534 opFlags |= kSaveLayer_HasBounds_DrawOpFlag;
538 opFlags |= kSaveLayer_HasPaint_DrawOpFlag;
543 this->writeOp(kSaveLayer_DrawOp, opFlags, saveFlags);
    [all...]
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 544 unsigned opFlags = 0;
547 opFlags |= kSaveLayer_HasBounds_DrawOpFlag;
551 opFlags |= kSaveLayer_HasPaint_DrawOpFlag;
556 this->writeOp(kSaveLayer_DrawOp, opFlags, saveFlags);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 252 unsigned char OpFlags = Subtarget->ClassifyGlobalReference(GV, TM);
261 if (OpFlags & AArch64II::MO_GOT) {
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 301 unsigned OpFlags = MI->getOperand(OpNum).getImm();
302 OpNum += InlineAsm::getNumOperandRegisters(OpFlags) + 1;
    [all...]
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 7915 u8 opflags; \/* Mask of the OPFLG_* flags in opcodes.h *\/ member in struct:VdbeOp
    [all...]

Completed in 1070 milliseconds