Lines Matching defs:mod
232 LLVMModuleRef mod, struct r600_bytecode * bytecode)
244 r600_llvm_compile(mod, &bytes, &byte_count, r600_ctx->family , dump);
1252 LLVMModuleRef mod;
1256 mod = r600_tgsi_llvm(&radeon_llvm_ctx, tokens);
1260 if (r600_llvm_compile(mod, &inst_bytes, &inst_byte_count,
2545 static int tgsi_divmod(struct r600_shader_ctx *ctx, int mod, int signed_op)
2580 * else MOD
2590 * MOD: 18. tmp0.z = tmp1.x==0 ? tmp0.w : tmp1.z
2641 if (!mod) {
3164 if (mod) { /* UMOD */
3263 /* 18. tmp0.z = tmp1.x==0 ? tmp0.w : tmp1.z MOD */
3275 alu.src[1].chan = mod ? 3 : 2;
3311 if (mod) {