Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_emit_gm107.cpp58 inline void emitInsn(uint32_t, bool);
59 inline void emitInsn(uint32_t o) { emitInsn(o, true); } in emitInsn() function in nv50_ir::CodeEmitterGM107
251 CodeEmitterGM107::emitInsn(uint32_t hi, bool pred) in emitInsn() function in nv50_ir::CodeEmitterGM107
523 emitInsn (0xe3000000); in emitEXIT()
535 emitInsn(0xe2000000); // JMX in emitBRA()
537 emitInsn(0xe2500000); // BRX in emitBRA()
541 emitInsn(0xe2100000); // JMP in emitBRA()
543 emitInsn(0xe2400000); // BRA in emitBRA()
570 emitInsn(0xe2200000, false); // JCAL in emitCAL()
572 emitInsn(0xe2600000, false); // CAL in emitCAL()
[all …]
Dnv50_ir_emit_gv100.cpp61 emitInsn(op); in emitFormA_RRC()
77 emitInsn(op); in emitFormA_RRI()
90 emitInsn(op); in emitFormA_RRR()
166 emitInsn (0x947); in emitBRA()
175 emitInsn (0x94d); in emitEXIT()
185 emitInsn(0x95b); in emitKILL()
192 emitInsn(0x918); in emitNOP()
210 emitInsn(0x805); in emitCS2R()
309 emitInsn (0x807); in emitMOV()
318 emitInsn (0x355); in emitMOV()
[all …]
Dnv50_ir_emit_gv100.h44 inline void emitInsn(uint32_t op) { in emitInsn() function