/openbsd/sys/arch/arm64/dev/ |
H A D | agtimer.c | 95 uint64_t val0, val1; in agtimer_readcnt64_default() local 104 __asm volatile("mrs %x0, CNTVCT_EL0" : "=r" (val0)); in agtimer_readcnt64_default() 106 return ((val0 ^ val1) & 0x100000000ULL) ? val0 : val1; in agtimer_readcnt64_default()
|
/openbsd/lib/libz/ |
H A D | crc32.c | 578 z_word_t val0, val1, val2; in crc32_z() local 611 val0 = word[i]; in crc32_z() 614 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z() 632 val0 = word[i]; in crc32_z() 635 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z() 648 val0 = word[i]; in crc32_z() 649 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z()
|
/openbsd/sys/lib/libz/ |
H A D | crc32.c | 578 z_word_t val0, val1, val2; in crc32_z() local 611 val0 = word[i]; in crc32_z() 614 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z() 632 val0 = word[i]; in crc32_z() 635 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z() 648 val0 = word[i]; in crc32_z() 649 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z()
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | crc32.c | 630 z_word_t val0, val1, val2; in crc32_z() local 663 val0 = word[i]; in crc32_z() 666 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z() 684 val0 = word[i]; in crc32_z() 687 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z() 700 val0 = word[i]; in crc32_z() 701 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); in crc32_z()
|
/openbsd/regress/usr.bin/mandoc/db/dbm_dump/ |
H A D | dbm_dump.c | 166 const char *val0, *valp; in dump_macro() local 173 valp = val0 = dbm_get(p.i[0]); in dump_macro() 187 pchk(val0, &p.c, "value0", 0); in dump_macro()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ada-valprint.c | 901 ada_value_print (struct value *val0, struct ui_file *stream, int format, in ada_value_print() argument 904 char *valaddr = VALUE_CONTENTS (val0); in ada_value_print() 905 CORE_ADDR address = VALUE_ADDRESS (val0) + VALUE_OFFSET (val0); in ada_value_print() 907 ada_to_fixed_type (VALUE_TYPE (val0), valaddr, address, NULL); in ada_value_print()
|
H A D | ada-lang.c | 5753 ada_value_ind (struct value *val0) in ada_value_ind() argument 5755 struct value *val = unwrap_value (value_ind (val0)); in ada_value_ind() 5763 ada_coerce_ref (struct value *val0) in ada_coerce_ref() argument 5765 if (TYPE_CODE (VALUE_TYPE (val0)) == TYPE_CODE_REF) in ada_coerce_ref() 5767 struct value *val = val0; in ada_coerce_ref() 5773 return val0; in ada_coerce_ref() 6604 struct value *val0) in ada_to_fixed_value_create() argument 6607 if (type == type0 && val0 != NULL) in ada_to_fixed_value_create() 6608 return val0; in ada_to_fixed_value_create()
|
/openbsd/sys/dev/usb/ |
H A D | if_wi_usb.h | 143 int wi_cmd_usb(struct wi_softc *sc, int cmd, int val0, int val1, int val2);
|
H A D | if_wi_usb.c | 508 wi_cmd_usb(struct wi_softc *wsc, int cmd, int val0, int val1, int val2) in wi_cmd_usb() argument 517 sc->wi_usb_dev.dv_xname, __func__, cmd, val0, val1, val2)); in wi_cmd_usb() 520 return wi_send_packet(sc, val0); in wi_cmd_usb() 565 pcmd->param0 = htole16(val0); in wi_cmd_usb()
|
/openbsd/sys/dev/ic/ |
H A D | if_wivar.h | 148 int (*f_cmd)(struct wi_softc *sc, int cmd, int val0, int val1,
|
H A D | if_wi.c | 920 wi_cmd_io(struct wi_softc *sc, int cmd, int val0, int val1, int val2) in wi_cmd_io() argument 936 CSR_WRITE_2(sc, WI_PARAM0, val0); in wi_cmd_io()
|
/openbsd/sbin/isakmpd/ |
H A D | sa.c | 957 int val0, val1; in sa_validate_xf_attrs() local 990 val0 = (int)decode_16(value); in sa_validate_xf_attrs() 993 val0 = (int)decode_32(value); in sa_validate_xf_attrs() 1009 return (val0 != val1); in sa_validate_xf_attrs()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | riscv_vector.td | 1213 // Builtin: (mask, ptr, val0, val1, ..., vl) 1214 // Intrinsic: (val0, val1, ..., ptr, mask, vl) 1220 // Builtin: (ptr, val0, val1, ..., vl) 1221 // Intrinsic: (val0, val1, ..., ptr, vl) 1258 // Builtin: (mask, ptr, stride, val0, val1, ..., vl). 1264 // Builtin: (ptr, stride, val0, val1, ..., vl). 1265 // Intrinsic: (val0, val1, ..., ptr, stride, vl) 1298 // Builtin: (mask, ptr, index, val0, val1, ..., vl) 1299 // Intrinsic: (val0, val1, ..., ptr, index, mask, vl) 1306 // Builtin: (ptr, index, val0, val1, ..., vl) [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | varasm.c | 3119 struct rtx_const val0, val1; local 3121 decode_rtx_const (GET_MODE (x), XEXP (x, 0), &val0); 3124 if (val0.kind >= RTX_INT 3125 && val0.kind == val1.kind 3126 && val0.un.addr.base == val1.un.addr.base 3127 && val0.un.addr.symbol == val1.un.addr.symbol) 3128 return GEN_INT (val0.un.addr.offset - val1.un.addr.offset);
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_ring.h | 352 uint32_t reg0, uint32_t val0,
|
/openbsd/sys/dev/pci/ |
H A D | if_et.c | 349 et_miibus_writereg(struct device *dev, int phy, int reg, int val0) in et_miibus_writereg() argument 363 CSR_WRITE_4(sc, ET_MII_CTRL, __SHIFTIN(val0, ET_MII_CTRL_VALUE)); in et_miibus_writereg()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | arm.c | 3766 int val0 = 0, val1 = 0; local 3772 val0 = INTVAL (XEXP (XEXP (a, 0), 1)); 3788 if (!const_ok_for_op (PLUS, val0) || !const_ok_for_op (PLUS, val1)) 3791 return (reg0 == reg1) && ((val1 - val0) == 4 || (val0 - val1) == 4);
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | arm.c | 5775 HOST_WIDE_INT val0 = 0, val1 = 0; in adjacent_mem_locations() local 5782 val0 = INTVAL (XEXP (XEXP (a, 0), 1)); in adjacent_mem_locations() 5798 if (!const_ok_for_op (PLUS, val0) || !const_ok_for_op (PLUS, val1)) in adjacent_mem_locations() 5806 val_diff = val1 - val0; in adjacent_mem_locations() 5814 && (val0 == 0 || val1 == 0 || val0 == 4 || val1 == 4) in adjacent_mem_locations()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | Coroutines.rst | 651 %val0 = load i32, i32* %promise.addr 652 call void @print(i32 %val0)
|
H A D | LangRef.rst | 7075 %val0 = load i32, ptr %arrayidx, !llvm.access.group !1 7077 store i32 %val0, ptr %arrayidx1, !llvm.access.group !1 7098 %val0 = load i32, ptr %arrayidx1, !llvm.access.group !3 7100 store i32 %val0, ptr %arrayidx2, !llvm.access.group !3 11639 <result> = phi [fast-math-flags] <ty> [ <val0>, <label0>], ... 22690 %val0 = load double, ptr %ptr0, align 8 22695 %vec0 = insertelement <4 x double> poison, %val0, 0 22736 %val0 = extractelement <8 x i32> %value, i32 0 22745 store i32 %val0, ptr %ptr0, align 4
|