Searched refs:emitARL (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp110 void emitARL(const Instruction *, unsigned int shl);
1310 CodeEmitterNV50::emitARL(const Instruction *i, unsigned int shl) function in class:nv50_ir::CodeEmitterNV50
1327 emitARL(i, i->getSrc(1)->reg.data.u32 & 0x3f);
1615 emitARL(insn, 0);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp110 void emitARL(const Instruction *, unsigned int shl);
1310 CodeEmitterNV50::emitARL(const Instruction *i, unsigned int shl) function in class:nv50_ir::CodeEmitterNV50
1327 emitARL(i, i->getSrc(1)->reg.data.u32 & 0x3f);
1615 emitARL(insn, 0);

Completed in 454 milliseconds