Home
last modified time | relevance | path

Searched refs:LOAD_SPLAT (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISD.def38 HANDLE_MEM_NODETYPE(LOAD_SPLAT)
DWebAssemblyInstrSIMD.td76 def wasm_load_splat : SDNode<"WebAssemblyISD::LOAD_SPLAT", wasm_load_splat_t,
DWebAssemblyISelLowering.cpp1447 WebAssemblyISD::LOAD_SPLAT, DL, DAG.getVTList(VecT), in LowerBUILD_VECTOR()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc3059 #define LOAD_SPLAT(type) \ in AssembleArchInstruction() macro
3065 LOAD_SPLAT(64x2); in AssembleArchInstruction()
3069 LOAD_SPLAT(32x4); in AssembleArchInstruction()
3073 LOAD_SPLAT(16x8); in AssembleArchInstruction()
3077 LOAD_SPLAT(8x16); in AssembleArchInstruction()
3080 #undef LOAD_SPLAT in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.cc6019 #define LOAD_SPLAT(name, vector_instr, scalar_instr, condition) \ in CallRecordWriteStub() macro
6030 LOAD_SPLAT_LIST(LOAD_SPLAT) in CallRecordWriteStub()
6031 #undef LOAD_SPLAT in CallRecordWriteStub()