Home
last modified time | relevance | path

Searched refs:rhs_cast (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/X86/
Dsttni.ll278 %rhs_cast = bitcast <8 x i16> %rhs to <16 x i8>
279 …m.x86.sse42.pcmpestric128(<16 x i8> %lhs_cast, i32 %lhs_len, <16 x i8> %rhs_cast, i32 %rhs_len, i8…
302 %rhs_cast = bitcast <8 x i16> %rhs to <16 x i8>
303 …vm.x86.sse42.pcmpestri128(<16 x i8> %lhs_cast, i32 %lhs_len, <16 x i8> %rhs_cast, i32 %rhs_len, i8…
357 %rhs_cast = bitcast <8 x i16> %rhs to <16 x i8>
358 …vm.x86.sse42.pcmpestri128(<16 x i8> %lhs_cast, i32 %lhs_len, <16 x i8> %rhs_cast, i32 %rhs_len, i8…
403 %rhs_cast = bitcast <8 x i16> %rhs to <16 x i8>
404 …m.x86.sse42.pcmpestric128(<16 x i8> %lhs_cast, i32 %lhs_len, <16 x i8> %rhs_cast, i32 %rhs_len, i8…
438 %rhs_cast = bitcast <8 x i16> %rhs to <16 x i8>
439 …vm.x86.sse42.pcmpestri128(<16 x i8> %lhs_cast, i32 %lhs_len, <16 x i8> %rhs_cast, i32 %rhs_len, i8…
[all …]
/external/openscreen/discovery/mdns/
Dmdns_records.cc48 const RDataType& rhs_cast = absl::get<RDataType>(rhs); in IsGreaterThan() local
53 const size_t rhs_size = rhs_cast.MaxWireSize() + 2; in IsGreaterThan()
61 const bool rhs_write = rhs_writer.Write(rhs_cast); in IsGreaterThan()