Home
last modified time | relevance | path

Searched refs:s128 (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp114 const LLT s128 = LLT::scalar(128); in setLegalizerInfo32bit() local
179 setAction({G_ANYEXT, s128}, Legal); in setLegalizerInfo32bit()
210 const LLT s128 = LLT::scalar(128); in setLegalizerInfo64bit() local
214 // s128 = EXTEND (G_IMPLICIT_DEF s32/s64) -> s128 = G_IMPLICIT_DEF in setLegalizerInfo64bit()
215 setAction({G_IMPLICIT_DEF, s128}, Legal); in setLegalizerInfo64bit()
278 setAction({G_MERGE_VALUES, s128}, Legal); in setLegalizerInfo64bit()
279 setAction({G_UNMERGE_VALUES, 1, s128}, Legal); in setLegalizerInfo64bit()
280 setAction({G_MERGE_VALUES, 1, s128}, Legal); in setLegalizerInfo64bit()
281 setAction({G_UNMERGE_VALUES, s128}, Lega in setLegalizerInfo64bit()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64LegalizerInfo.cpp41 const LLT s128 = LLT::scalar(128); in AArch64LegalizerInfo() local
115 .libcallFor({s128}) in AArch64LegalizerInfo()
208 if (Ty1 != s32 && Ty1 != s64 && Ty1 != s128) in AArch64LegalizerInfo()
215 .clampScalar(1, s32, s128) in AArch64LegalizerInfo()
253 {s128, p0, 128, 8}, in AArch64LegalizerInfo()
283 {s128, p0, 128, 8}, in AArch64LegalizerInfo()
350 return false; // Extending to a scalar s128 needs narrowing. in AArch64LegalizerInfo()
374 .clampScalar(0, s64, s64); // Just for s128, others are handled above. in AArch64LegalizerInfo()
435 .legalForCartesianProduct({s1, s8, s16, s32, s64, s128, v16s8, v8s8, v4s8, in AArch64LegalizerInfo()
525 // So at this point, we have s8, s16, s32, s64, s128, s19 in AArch64LegalizerInfo()
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_getsrclines.c702 int s128; in read_srclines() local
914 get_sleb128 (s128, linep, lineendp); in read_srclines()
915 state.line += s128; in read_srclines()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-value.h89 V(s128, kWasmS128, Simd128)
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc762 Handle<String> WasmSimd128ToString(Isolate* isolate, wasm::Simd128 s128) { in WasmSimd128ToString() argument
766 auto i32x4 = s128.to_i32x4(); in WasmSimd128ToString()
/third_party/elfutils/src/
H A Dreadelf.c8967 int s128; in print_debug_line_section() local
9177 get_sleb128 (s128, linep, lineendp); in print_debug_line_section()
9178 line += s128; in print_debug_line_section()
9181 s128, (int64_t) line); in print_debug_line_section()

Completed in 21 milliseconds