Home
last modified time | relevance | path

Searched refs:emitInsn (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_gm107.cpp57 inline void emitInsn(uint32_t, bool);
58 inline void emitInsn(uint32_t o) { emitInsn(o, true); } in emitInsn() function in nv50_ir::CodeEmitterGM107
244 CodeEmitterGM107::emitInsn(uint32_t hi, bool pred) in emitInsn() function in nv50_ir::CodeEmitterGM107
518 emitInsn (0xe3000000); in emitEXIT()
530 emitInsn(0xe2000000); // JMX in emitBRA()
532 emitInsn(0xe2500000); // BRX in emitBRA()
536 emitInsn(0xe2100000); // JMP in emitBRA()
538 emitInsn(0xe2400000); // BRA in emitBRA()
565 emitInsn(0xe2200000, 0); // JCAL in emitCAL()
567 emitInsn(0xe2600000, 0); // CAL in emitCAL()
[all …]