Home
last modified time | relevance | path

Searched refs:overflow_mask (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dparse_number.h126 uint64_t overflow_mask = ~magnitude_mask; in CheckRangeAndIfHexThenSignExtend() local
137 failed = ((value & overflow_mask) != overflow_mask) || in CheckRangeAndIfHexThenSignExtend()
144 failed = (value & overflow_mask) != 0; in CheckRangeAndIfHexThenSignExtend()
158 *updated_value_for_hex = (value | overflow_mask); in CheckRangeAndIfHexThenSignExtend()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dparse_number.h126 uint64_t overflow_mask = ~magnitude_mask; in CheckRangeAndIfHexThenSignExtend() local
137 failed = ((value & overflow_mask) != overflow_mask) || in CheckRangeAndIfHexThenSignExtend()
144 failed = (value & overflow_mask) != 0; in CheckRangeAndIfHexThenSignExtend()
158 *updated_value_for_hex = (value | overflow_mask); in CheckRangeAndIfHexThenSignExtend()
/third_party/spirv-tools/source/util/
H A Dparse_number.h126 uint64_t overflow_mask = ~magnitude_mask; in CheckRangeAndIfHexThenSignExtend() local
137 failed = ((value & overflow_mask) != overflow_mask) || in CheckRangeAndIfHexThenSignExtend()
144 failed = (value & overflow_mask) != 0; in CheckRangeAndIfHexThenSignExtend()
158 *updated_value_for_hex = (value | overflow_mask); in CheckRangeAndIfHexThenSignExtend()
/third_party/node/deps/v8/src/compiler/
H A Dbasic-block-instrumentor.cc122 Node* overflow_mask = graph->NewNode(machine.Int32Sub(), zero, overflow); in Instrument() local
124 graph->NewNode(machine.Word32Or(), inc, overflow_mask); in Instrument()
135 load, inc, overflow, overflow_mask, in Instrument()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c541 LLVMValueRef overflow_mask, in build_gather()
556 * overflow_mask is a vector telling us which channels in build_gather()
564 if (overflow_mask) { in build_gather()
574 indexes = lp_build_select(uint_bld, overflow_mask, uint_bld->zero, indexes); in build_gather()
576 indexes2 = lp_build_select(uint_bld, overflow_mask, uint_bld->zero, indexes2); in build_gather()
607 if (overflow_mask) { in build_gather()
610 overflow_mask = LLVMBuildSExt(builder, overflow_mask, in build_gather()
612 res = lp_build_select(&bld_base->dbl_bld, overflow_mask, in build_gather()
615 res = lp_build_select(bld, overflow_mask, bl in build_gather()
538 build_gather(struct lp_build_tgsi_context *bld_base, LLVMValueRef base_ptr, LLVMValueRef indexes, LLVMValueRef overflow_mask, LLVMValueRef indexes2) build_gather() argument
835 LLVMValueRef overflow_mask; emit_fetch_constant() local
3475 LLVMValueRef overflow_mask; load_emit() local
[all...]
H A Dlp_bld_nir_soa.c227 LLVMValueRef overflow_mask, in build_gather()
241 * overflow_mask is a vector telling us which channels in build_gather()
249 if (overflow_mask) { in build_gather()
259 indexes = lp_build_select(uint_bld, overflow_mask, uint_bld->zero, indexes); in build_gather()
261 indexes2 = lp_build_select(uint_bld, overflow_mask, uint_bld->zero, indexes2); in build_gather()
292 if (overflow_mask) { in build_gather()
295 overflow_mask = LLVMBuildSExt(builder, overflow_mask, in build_gather()
297 res = lp_build_select(&bld_base->dbl_bld, overflow_mask, in build_gather()
300 res = lp_build_select(bld, overflow_mask, bl in build_gather()
223 build_gather(struct lp_build_nir_context *bld_base, struct lp_build_context *bld, LLVMValueRef base_ptr, LLVMValueRef indexes, LLVMValueRef overflow_mask, LLVMValueRef indexes2) build_gather() argument
1110 LLVMValueRef overflow_mask; emit_load_ubo() local
[all...]

Completed in 9 milliseconds