Searched refs:val_low (Results 1 - 2 of 2) sorted by relevance
/third_party/elfutils/backends/ |
H A D | s390_unwind.c | 110 Dwarf_Addr val_low; in s390_unwind() local 111 if (! readfunc (sigreg_ptr + 4, &val_low, arg)) in s390_unwind() 113 val = (val << 32) | val_low; in s390_unwind() 127 Dwarf_Word val_low = gprs[i]; in s390_unwind() 128 val = (val << 32) | val_low; in s390_unwind()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_conversion_builder.h | 380 nir_ssa_def *val_low = low, *val_high = high; in nir_clamp_to_type_range() local 382 nir_get_clamp_limits(b, val_type, dest_type, &val_low, &val_high); in nir_clamp_to_type_range() 386 if (low_cond && val_low) in nir_clamp_to_type_range() 387 res = nir_bcsel(b, low_cond, val_low, res); in nir_clamp_to_type_range()
|
Completed in 2 milliseconds