HomeSort by relevance Sort by last modified time
    Searched refs:emitForm_S (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 50 void emitForm_S(const Instruction *, uint32_t, bool pred);
363 CodeEmitterNVC0::emitForm_S(const Instruction *i, uint32_t opc, bool pred)
456 emitForm_S(i, (i->src(2).getFile() == FILE_MEMORY_CONST) ? 0x2e : 0x0e,
493 emitForm_S(i, 0xa8, true);
513 emitForm_S(i, i->src(1).getFile() == FILE_IMMEDIATE ? 0xaa : 0x2a, true);
552 emitForm_S(i, 0x49, true);
594 emitForm_S(i, (addOp >> 3) |
667 emitForm_S(i, (subOp << 5) |
713 emitForm_S(i, i->op == OP_PREEX2 ? 0x74000008 : 0x70000008, true);
736 emitForm_S(i, 0x80000008 | (subOp << 26), true)
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 50 void emitForm_S(const Instruction *, uint32_t, bool pred);
363 CodeEmitterNVC0::emitForm_S(const Instruction *i, uint32_t opc, bool pred)
456 emitForm_S(i, (i->src(2).getFile() == FILE_MEMORY_CONST) ? 0x2e : 0x0e,
493 emitForm_S(i, 0xa8, true);
513 emitForm_S(i, i->src(1).getFile() == FILE_IMMEDIATE ? 0xaa : 0x2a, true);
552 emitForm_S(i, 0x49, true);
594 emitForm_S(i, (addOp >> 3) |
667 emitForm_S(i, (subOp << 5) |
713 emitForm_S(i, i->op == OP_PREEX2 ? 0x74000008 : 0x70000008, true);
736 emitForm_S(i, 0x80000008 | (subOp << 26), true)
    [all...]

Completed in 489 milliseconds