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

  /dalvik/vm/analysis/
VfyBasicBlock.cpp 158 u4 curIdx, OpcodeFlags opFlags, u4 nextIdx, u4* handlerList,
170 if ((opFlags & kInstrCanContinue) != 0) {
174 if ((opFlags & kInstrCanBranch) != 0) {
188 if ((opFlags & kInstrCanSwitch) != 0) {
410 OpcodeFlags opFlags = dexGetFlagsFromOpcode(opcode);
415 if ((opFlags & kInstrCanContinue) == 0) {
418 } else if ((opFlags & (kInstrCanBranch | kInstrCanSwitch)) != 0) {
421 } else if ((opFlags & kInstrCanThrow) != 0 &&
454 assert((opFlags & kInstrCanReturn) == 0);
505 if (!setPredecessors(vdata, curBlock, idx, opFlags, nextIdx
    [all...]
DexVerify.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 203 unsigned OpFlags = MI->getOperand(OpNo).getImm();
204 OpNo += InlineAsm::getNumOperandRegisters(OpFlags) + 1;
214 unsigned OpFlags = MI->getOperand(OpNo).getImm();
217 if (InlineAsm::isMemKind(OpFlags)) {
369 unsigned OpFlags = MI->getOperand(OpNo).getImm();
370 OpNo += InlineAsm::getNumOperandRegisters(OpFlags) + 1;
380 unsigned OpFlags = MI->getOperand(OpNo).getImm();
387 if (InlineAsm::isMemKind(OpFlags)) {
  /sdk/emulator/qtools/
opcode.h 9 // the opflags[] array in opcode.cpp.
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 175 unsigned GlobalBaseReg, unsigned char OpFlags) {
178 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0);
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 535 unsigned opFlags = 0;
538 opFlags |= kSaveLayer_HasBounds_DrawOpFlag;
542 opFlags |= kSaveLayer_HasPaint_DrawOpFlag;
547 this->writeOp(kSaveLayer_DrawOp, opFlags, saveFlags);
    [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 535 unsigned opFlags = 0;
538 opFlags |= kSaveLayer_HasBounds_DrawOpFlag;
542 opFlags |= kSaveLayer_HasPaint_DrawOpFlag;
547 this->writeOp(kSaveLayer_DrawOp, opFlags, saveFlags);
    [all...]
  /external/llvm/lib/Target/ARM/
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 7930 u8 opflags; \/* Mask of the OPFLG_* flags in opcodes.h *\/ member in struct:VdbeOp
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 8464 u8 opflags; \/* Mask of the OPFLG_* flags in opcodes.h *\/ member in struct:VdbeOp
    [all...]
  /external/sqlite/dist/
sqlite3.c 8464 u8 opflags; \/* Mask of the OPFLG_* flags in opcodes.h *\/ member in struct:VdbeOp
    [all...]

Completed in 1505 milliseconds