Home
last modified time | relevance | path

Searched refs:WASM_OPCODE_I32_CONST (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h212 WASM_OPCODE_I32_CONST = 0x41, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp185 if (Seg.Offset.Opcode == wasm::WASM_OPCODE_I32_CONST) in printSections()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp790 W.OS << char(wasm::WASM_OPCODE_I32_CONST); in writeGlobalSection()
826 W.OS << char(wasm::WASM_OPCODE_I32_CONST); in writeElemSection()
879 W.OS << char(wasm::WASM_OPCODE_I32_CONST); in writeDataSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp92 case wasm::WASM_OPCODE_I32_CONST: in writeInitExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp162 case wasm::WASM_OPCODE_I32_CONST: in readInitExpr()
1063 assert(Segment.Offset.Opcode == wasm::WASM_OPCODE_I32_CONST); in getWasmSymbolValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp340 case wasm::WASM_OPCODE_I32_CONST: in mapping()