/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gk104.asm | 16 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 D | gk110.asm | 16 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...] |
H A D | gf100.asm | 15 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...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bir.c | 272 bi_csel_for_mux(bool must_sign, bool b32, enum bi_mux mux) in bi_csel_for_mux() argument 277 return b32 ? BI_OPCODE_CSEL_U32 : BI_OPCODE_CSEL_V2U16; in bi_csel_for_mux() 279 return b32 ? BI_OPCODE_CSEL_I32 : BI_OPCODE_CSEL_V2I16; in bi_csel_for_mux() 281 return b32 ? BI_OPCODE_CSEL_S32 : BI_OPCODE_CSEL_V2S16; in bi_csel_for_mux() 283 return b32 ? BI_OPCODE_CSEL_F32 : BI_OPCODE_CSEL_V2F16; in bi_csel_for_mux()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | wide_multiply.h | 57 const uint64_t b32 = b >> 32; in MultiplyU64ToU128() 60 const uint64_t c32a = a00 * b32; in MultiplyU64ToU128() 62 const uint64_t c64 = a32 * b32; in MultiplyU64ToU128()
|
/third_party/libwebsockets/lib/misc/fts/ |
H A D | trie-fd.c | 73 b32(unsigned char *b) in b32() function 108 o = (off_t)b32(buf); in lws_fts_filepath() 165 jtf->root = b32(&buf[4]); in lws_fts_adopt() 175 if (jtf->flen != b32(&buf[8])) { in lws_fts_adopt() 181 jtf->filepath_table = b32(&buf[12]); in lws_fts_adopt() 182 jtf->filepaths = (int)b32(&buf[16]); in lws_fts_adopt() 270 cfs += (int32_t)b32(&buf[bp + 4]); in lws_fts_cache_chunktable()
|
/third_party/libwebsockets/lib/misc/ |
H A D | sha-1.c | 44 unsigned int b32[5]; member 52 unsigned int b32[16]; member 80 #define H(n) (ctxt->h.b32[(n)]) 83 #define W(n) (ctxt->m.b32[(n)])
|
/third_party/mesa3d/src/util/tests/ |
H A D | fast_idiv_by_const_test.cpp | 95 uint32_t b32[2] = { (uint32_t)b, (uint32_t)(b >> 32) }; in umul_add_high() local 99 ubm_mul_u32arr(ab32, a32, b32); in umul_add_high() 124 uint32_t b32[4] = { in smul_high() local 132 ubm_mul_u32arr(ab32, a32, b32); in smul_high()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | int128.h | 344 uint64 b32 = b.lo_ >> 32; in operator *=() local 349 uint64 c96 = a96 * b00 + a64 * b32 + a32 * b64 + a00 * b96; in operator *=() 350 uint64 c64 = a64 * b00 + a32 * b32 + a00 * b64; in operator *=() 355 *this += uint128(a00 * b32) << 32; in operator *=()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | common_module_tests.c | 551 char *b32; in sae_pk_tests() local 586 b32 = sae_pk_base32_encode(val, bits - 5); in sae_pk_tests() 587 if (!b32) { in sae_pk_tests() 594 if (os_strcmp(b32, pw) != 0) { in sae_pk_tests() 598 b32); in sae_pk_tests() 601 os_free(b32); in sae_pk_tests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExecutablePropertiesTests.cpp | 350 if (statistics[ndx][statNdx].value.b32 != VK_TRUE && statistics[ndx][statNdx].value.b32 != VK_FALSE) in verifyStatistics() 400 bool match = statistics[0][statNdx0].value.b32 == statistics[1][statNdx1].value.b32; in verifyStatistics() 403 << (statistics[0][statNdx0].value.b32 ? "VK_TRUE" : "VK_FALSE") in verifyStatistics()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineExecutablePropertiesTests.cpp | 376 if (statistics[ndx][statNdx].value.b32 != VK_TRUE && statistics[ndx][statNdx].value.b32 != VK_FALSE) in verifyStatistics() 426 bool match = statistics[0][statNdx0].value.b32 == statistics[1][statNdx1].value.b32; in verifyStatistics() 429 << (statistics[0][statNdx0].value.b32 ? "VK_TRUE" : "VK_FALSE") in verifyStatistics()
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_decoder.h | 178 bool b32; member
|
/third_party/mesa3d/src/util/ |
H A D | softfloat.c | 798 uint32_t a32, a0, b32, b0; in _mesa_softfloat_mul_f64_to_f128_m() local 803 b32 = b >> 32; in _mesa_softfloat_mul_f64_to_f128_m() 807 mid = mid1 + (uint64_t) a0 * b32; in _mesa_softfloat_mul_f64_to_f128_m() 808 z64 = (uint64_t) a32 * b32; in _mesa_softfloat_mul_f64_to_f128_m()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
H A D | int128.h | 992 uint64_t b32 = Uint128Low64(rhs) >> 32; in operator *() 996 Uint128Low64(lhs) * Uint128High64(rhs) + a32 * b32, in operator *() 999 result += uint128(a00 * b32) << 32; in operator *()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 802 mod b32; modules 803 pub use self::b32::*;
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 1615 ($config{b64l},$config{b64},$config{b32})=(0,0,1); 1622 ($config{b64l},$config{b64},$config{b32}) 1624 ($config{b64l},$config{b64},$config{b32}) 1626 ($config{b64l},$config{b64},$config{b32})
|
/third_party/openssl/ |
H A D | Configure | 1612 ($config{b64l},$config{b64},$config{b32})=(0,0,1); 1619 ($config{b64l},$config{b64},$config{b32}) 1621 ($config{b64l},$config{b64},$config{b32}) 1623 ($config{b64l},$config{b64},$config{b32})
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | disasm-a3xx.c | 256 OPC(3, OPC_SEL_B32, sel.b32),
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1384 mod b32; modules 1385 pub use self::b32::*;
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 2016 mod b32; modules 2017 pub use self::b32::*;
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io.c | 2552 int32_t b32 = -(int)c->values[i].b; in write_constant() local 2553 memcpy((char *)dst + i * 4, &b32, 4); in write_constant()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3513 mod b32; modules 3514 pub use self::b32::*;
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.cpp | 1708 fs_reg b32; 1718 b32 = ubld16.vgrf(BRW_REGISTER_TYPE_D); 1719 ubld16.group(16, 0).ASR(b32, shifted, brw_imm_w(15)); 1728 ubld.AND(push_reg, push_reg, component(b32, i % 16));
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | tx_float.asm | 146 subps %3, %2, %1 ; a34, b32
|