Home
last modified time | relevance | path

Searched refs:w18 (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libc/aarch64/string/
H A Dmemccpy.S250 ldr w18, [x5, #-3]
252 str w18, [x4, #-3]
261 ldrb w18, [x1, x14]
263 strb w18, [x9, x14]
H A Dstrlcpy.S293 ldr w18, [x5, #-4]
295 str w18, [x4, #-4]
/freebsd/lib/msun/ld128/
H A De_lgammal_r.c180 w18 = -3.26229058141181783534257632389415580e+08L; variable
319 y*(w17+y*w18))))))))))))))))); in lgammal_r()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_mips.h347 MSAReg w18; member
H A DRegisterInfos_mips.h253 DEFINE_MSA(w18, nullptr, dwarf_w18_mips, dwarf_w18_mips,
H A DRegisterInfos_arm64_sve.h398 DEFINE_GPR32(w18, x18),
H A DRegisterInfos_arm64.h603 DEFINE_GPR32(w18, x18),
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_aarch64_neon_common.h566 register unsigned char w18 asm("v18") __attribute__((vector_size(16))); \
639 unsigned char w18 __attribute__((vector_size(16))); \
H A Dvdev_raidz_math_powerpc_altivec_common.h568 register unsigned char w18 asm("18") __attribute__((vector_size(16))); \
641 unsigned char w18 __attribute__((vector_size(16))); \
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td84 def W18 : AArch64Reg<18, "w18">, DwarfRegNum<[18]>;