Searched refs:r128 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 641 XXH128_hash_t r128; in XXH_mult64to128() local 642 r128.low64 = (uint64_t)(product); in XXH_mult64to128() 643 r128.high64 = (uint64_t)(product >> 64); in XXH_mult64to128() 644 return r128; in XXH_mult64to128() 661 XXH128_hash_t r128; in XXH_mult64to128() 662 r128.low64 = product_low; in XXH_mult64to128() 663 r128.high64 = product_high; in XXH_mult64to128() 664 return r128; in XXH_mult64to128() 676 XXH128_hash_t r128; in XXH_mult64to128() 677 r128.low64 = lhs * rhs; in XXH_mult64to128() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | MIMGInstructions.td | 427 R128A16:$r128, TFE:$tfe, LWE:$lwe, DA:$da), 429 let AsmString = asm#" $vdata, $vaddr, $srsrc$dmask$unorm$cpol$r128$tfe$lwe$da" 440 R128A16:$r128, LWE:$lwe, DA:$da), 442 let AsmString = asm#" $vdata, $vaddr, $srsrc$dmask$unorm$cpol$r128$lwe$da" 452 R128A16:$r128, A16:$a16, TFE:$tfe, LWE:$lwe), 454 let AsmString = opcode#" $vdata, $vaddr0, $srsrc$dmask$dim$unorm$cpol$r128$a16$tfe$lwe" 465 R128A16:$r128, A16:$a16, TFE:$tfe, LWE:$lwe), 467 let AsmString = opcode#" $vdata, "#AddrAsm#", $srsrc$dmask$dim$unorm$cpol$r128$a16$tfe$lwe" 477 R128A16:$r128, A16:$a16, TFE:$tfe, LWE:$lwe), 479 let AsmString = opcode#" $vdata, $vaddr0, $srsrc$dmask$dim$unorm$cpol$r128$a16$tfe$lwe" [all …]
|
H A D | SIInstrFormats.td | 343 bits<1> r128; 353 let Inst{15} = r128; 408 bits<1> r128; 426 let Inst{15} = r128; 442 bits<1> r128; 455 let Inst{4} = r128;
|
H A D | AMDGPU.td | 38 def FeatureMIMG_R128 : SubtargetFeature<"mimg-r128", 526 def FeatureR128A16 : SubtargetFeature<"r128-a16", 529 … A16 for 16-bit coordinates/gradients/lod/clamp/mip image operands, where a16 is aliased with r128"
|
H A D | SILoadStoreOptimizer.cpp | 936 AMDGPU::OpName::r128, AMDGPU::OpName::a16}; in dmasksCanBeCombined()
|
H A D | SIInstrInfo.cpp | 5164 const MachineOperand *R128A16 = getNamedOperand(MI, AMDGPU::OpName::r128); in verifyInstruction()
|
/freebsd/sys/conf/ |
H A D | WITHOUT_SOURCELESS_UCODE | 24 nodevice r128
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 3281 XXH128_hash_t r128; in XXH_mult64to128() local 3282 r128.low64 = (xxh_u64)(product); in XXH_mult64to128() 3283 r128.high64 = (xxh_u64)(product >> 64); in XXH_mult64to128() 3284 return r128; in XXH_mult64to128() 3300 XXH128_hash_t r128; in XXH_mult64to128() 3301 r128.low64 = product_low; in XXH_mult64to128() 3302 r128.high64 = product_high; in XXH_mult64to128() 3303 return r128; in XXH_mult64to128() 3315 XXH128_hash_t r128; in XXH_mult64to128() 3316 r128.low64 = lhs * rhs; in XXH_mult64to128() [all …]
|