Searched refs:b32 (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgk104.asm16 long xor b32 $r2 $r2 0x1f
17 long mov b32 $r3 0x1
18 shl b32 $r2 $r3 clamp $r2
32 mov b32 $r3 $r0
37 $p0 sub b32 $r1 $r1 $r2
39 $p0 add b32 $r0 $r0 0x1
41 $p0 sub b32 $r1 $r1 $r2
42 $p0 add b32 $r0 $r0 0x1
58 long xor b32 $r2 $r2 0x1f
59 long mov b32
[all...]
H A Dgf100.asm15 xor b32 $r2 $r2 0x1f
16 mov b32 $r3 0x1
17 shl b32 $r2 $r3 clamp $r2
29 mov b32 $r3 $r0
34 $p0 sub b32 $r1 $r1 $r2
35 $p0 add b32 $r0 $r0 0x1
37 $p0 sub b32 $r1 $r1 $r2
38 $p0 add b32 $r0 $r0 0x1
53 xor b32 $r2 $r2 0x1f
54 mov b32
[all...]
H A Dgk110.asm16 xor b32 $r2 $r2 0x1f
17 mov b32 $r3 0x1
18 shl b32 $r2 $r3 clamp $r2
32 mov b32 $r3 $r0
37 $p0 sub b32 $r1 $r1 $r2
39 $p0 add b32 $r0 $r0 0x1
41 $p0 sub b32 $r1 $r1 $r2
42 $p0 add b32 $r0 $r0 0x1
58 xor b32 $r2 $r2 0x1f
59 mov b32
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgk104.asm16 long xor b32 $r2 $r2 0x1f
17 long mov b32 $r3 0x1
18 shl b32 $r2 $r3 clamp $r2
32 mov b32 $r3 $r0
37 $p0 sub b32 $r1 $r1 $r2
39 $p0 add b32 $r0 $r0 0x1
41 $p0 sub b32 $r1 $r1 $r2
42 $p0 add b32 $r0 $r0 0x1
58 long xor b32 $r2 $r2 0x1f
59 long mov b32
[all...]
H A Dgf100.asm15 xor b32 $r2 $r2 0x1f
16 mov b32 $r3 0x1
17 shl b32 $r2 $r3 clamp $r2
29 mov b32 $r3 $r0
34 $p0 sub b32 $r1 $r1 $r2
35 $p0 add b32 $r0 $r0 0x1
37 $p0 sub b32 $r1 $r1 $r2
38 $p0 add b32 $r0 $r0 0x1
53 xor b32 $r2 $r2 0x1f
54 mov b32
[all...]
H A Dgk110.asm16 xor b32 $r2 $r2 0x1f
17 mov b32 $r3 0x1
18 shl b32 $r2 $r3 clamp $r2
32 mov b32 $r3 $r0
37 $p0 sub b32 $r1 $r1 $r2
39 $p0 add b32 $r0 $r0 0x1
41 $p0 sub b32 $r1 $r1 $r2
42 $p0 add b32 $r0 $r0 0x1
58 xor b32 $r2 $r2 0x1f
59 mov b32
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/tests/fast_idiv_by_const/
H A Dfast_idiv_by_const_test.cpp98 uint32_t b32[2] = { (uint32_t)b, (uint32_t)(b >> 32) }; local in function:umul_add_high
102 ubm_mul_u32arr(ab32, a32, b32);
127 uint32_t b32[4] = { local in function:smul_high
135 ubm_mul_u32arr(ab32, a32, b32);
/xsrc/external/mit/MesaLib/dist/src/util/tests/fast_idiv_by_const/
H A Dfast_idiv_by_const_test.cpp95 uint32_t b32[2] = { (uint32_t)b, (uint32_t)(b >> 32) }; local in function:umul_add_high
99 ubm_mul_u32arr(ab32, a32, b32);
124 uint32_t b32[4] = { local in function:smul_high
132 ubm_mul_u32arr(ab32, a32, b32);
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_decoder.h167 bool b32; member in union:gen_field_value
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_decoder.h177 bool b32; member in union:intel_field_value
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dsoftfloat.c798 uint32_t a32, a0, b32, b0; local in function:_mesa_softfloat_mul_f64_to_f128_m
803 b32 = b >> 32;
807 mid = mid1 + (uint64_t) a0 * b32;
808 z64 = (uint64_t) a32 * b32;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Ddisasm-a3xx.c256 OPC(3, OPC_SEL_B32, sel.b32),
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_io.c2380 int32_t b32 = -(int)c->values[i].b; local in function:write_constant
2381 memcpy((char *)dst + i * 4, &b32, 4);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Ddisasm-a3xx.c944 OPC(3, OPC_SEL_B32, sel.b32),
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c2343 fprintf(output, "%s", stats[i].value.b32 == VK_TRUE ? "true" : "false");
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs.cpp1806 fs_reg b32; local in function:fs_visitor::assign_curb_setup
1816 b32 = ubld16.vgrf(BRW_REGISTER_TYPE_D);
1817 ubld16.group(16, 0).ASR(b32, shifted, brw_imm_w(15));
1826 ubld.AND(push_reg, push_reg, component(b32, i % 16));
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_accel.c4672 static inline bool box32_to_box16(const Box32Rec *b32, BoxRec *b16) argument
4674 b16->x1 = b32->x1;
4675 b16->y1 = b32->y1;
4676 b16->x2 = b32->x2;
4677 b16->y2 = b32->y2;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_accel.c4550 static inline bool box32_to_box16(const Box32Rec *b32, BoxRec *b16) argument
4552 b16->x1 = b32->x1;
4553 b16->y1 = b32->y1;
4554 b16->x2 = b32->x2;
4555 b16->y2 = b32->y2;
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h7848 VkBool32 b32; member in union:VkPipelineExecutableStatisticValueKHR

Completed in 108 milliseconds