Searched refs:v128 (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrCall.td | 63 defm "" : CALL<v16i8, V128, "v128.", [HasSIMD128]>; 64 defm "" : CALL<v8i16, V128, "v128.", [HasSIMD128]>; 65 defm "" : CALL<v4i32, V128, "v128.", [HasSIMD128]>; 66 defm "" : CALL<v2i64, V128, "v128.", [HasSIMD128]>; 67 defm "" : CALL<v4f32, V128, "v128.", [HasSIMD128]>; 68 defm "" : CALL<v2f64, V128, "v128.", [HasSIMD128]>;
|
D | WebAssemblyInstrSIMD.td | 42 // Load: v128.load 47 "v128.load\t$dst, ${off}(${addr})$p2align", 48 "v128.load\t$off$p2align", 0>; 141 // Store: v128.store 146 "v128.store\t${off}(${addr})$p2align, $vec", 147 "v128.store\t$off$p2align", 1>; 162 // Constant: v128.const 168 "v128.const\t$dst, "#args, 169 "v128.const\t"#args, 2>; 301 // Prefer splats over v128.const for const splats (65 is lowest that works) [all …]
|
D | WebAssemblyRegisterInfo.td | 44 def V128_0: WebAssemblyReg<"%v128">;
|
/third_party/skia/modules/canvaskit/wasm_tools/SIMD/ |
D | wasm_simd_types.txt | 1 v128
|
/third_party/flutter/skia/src/core/ |
D | SkVMBlitter.cpp | 80 skvm::I32 v128 = add(v, splat(128)); in div255() local 81 return shr(add(v128, shr(v128, 8)), 8); in div255()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-SSE.txt | 780 …i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:…
|
D | README.txt | 1057 …i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80…
|