HomeSort by: relevance | last modified time | path
    Searched refs:V128 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
WebAssemblyTypeUtilities.h 33 V128 = unsigned(wasm::ValType::V128),
WebAssemblyTypeUtilities.cpp 30 if (Type == "v128" || Type == "i8x16" || Type == "i16x8" || Type == "i32x4" ||
32 return wasm::ValType::V128;
54 .Case("v128", WebAssembly::BlockType::V128)
90 return "v128";
143 return wasm::ValType::V128;
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h 397 V128 = WASM_TYPE_V128,
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 220 return wasm::ValType::V128;
WebAssemblyAsmPrinter.cpp 121 case wasm::ValType::V128:
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmYAML.cpp 586 ECase(V128);

Completed in 28 milliseconds