Home
last modified time | relevance | path

Searched refs:WASM_OPCODE_I64_CONST (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h253 WASM_OPCODE_I64_CONST = 0x42, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DWasm.h293 WASM_OPCODE_I64_CONST = 0x42, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DWasmObjectFile.cpp175 case wasm::WASM_OPCODE_I64_CONST: in readInitExpr()
213 case wasm::WASM_OPCODE_I64_CONST: in readInitExpr()
1624 } else if (Segment.Offset.Inst.Opcode == wasm::WASM_OPCODE_I64_CONST) { in getWasmSymbolValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp137 case wasm::WASM_OPCODE_I64_CONST: in writeInitExpr()
DWasmYAML.cpp424 case wasm::WASM_OPCODE_I64_CONST: in mapping()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp437 case wasm::WASM_OPCODE_I64_CONST: in mapping()
DWasmEmitter.cpp141 case wasm::WASM_OPCODE_I64_CONST: in writeInitExpr()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DWasmObjectWriter.cpp1090 W->OS << char(is64Bit() ? wasm::WASM_OPCODE_I64_CONST in writeDataSection()
1664 Global.InitExpr.Inst.Opcode = wasm::WASM_OPCODE_I64_CONST; in writeOneObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp170 case wasm::WASM_OPCODE_I64_CONST: in readInitExpr()