Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h252 WASM_OPCODE_I32_CONST = 0x41, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp421 case wasm::WASM_OPCODE_I32_CONST: in mapping()
451 Segment.Offset.Opcode = wasm::WASM_OPCODE_I32_CONST; in mapping()
DWasmEmitter.cpp134 case wasm::WASM_OPCODE_I32_CONST: in writeInitExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp167 case wasm::WASM_OPCODE_I32_CONST: in readInitExpr()
1219 Segment.Data.Offset.Opcode = wasm::WASM_OPCODE_I32_CONST; in parseDataSection()
1317 assert(Segment.Offset.Opcode == wasm::WASM_OPCODE_I32_CONST); in getWasmSymbolValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp801 W.OS << char(wasm::WASM_OPCODE_I32_CONST); in writeElemSection()
867 W.OS << char(wasm::WASM_OPCODE_I32_CONST); in writeDataSection()