Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DWasmObjectFile.cpp172 case wasm::WASM_OPCODE_I32_CONST: in readInitExpr()
210 case wasm::WASM_OPCODE_I32_CONST: in readInitExpr()
1460 Segment.Offset.Inst.Opcode = wasm::WASM_OPCODE_I32_CONST; in parseElemSection()
1521 Segment.Data.Offset.Inst.Opcode = wasm::WASM_OPCODE_I32_CONST; in parseDataSection()
1622 } else if (Segment.Offset.Inst.Opcode == wasm::WASM_OPCODE_I32_CONST) { in getWasmSymbolValue()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp421 case wasm::WASM_OPCODE_I32_CONST: in mapping()
451 Segment.Offset.Opcode = wasm::WASM_OPCODE_I32_CONST; in mapping()
H A DWasmEmitter.cpp134 case wasm::WASM_OPCODE_I32_CONST: in writeInitExpr()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h252 WASM_OPCODE_I32_CONST = 0x41, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp434 case wasm::WASM_OPCODE_I32_CONST: in mapping()
470 Segment.Offset.Inst.Opcode = wasm::WASM_OPCODE_I32_CONST; in mapping()
H A DWasmEmitter.cpp138 case wasm::WASM_OPCODE_I32_CONST: in writeInitExpr()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DWasm.h101 WASM_OPCODE_I32_CONST = 0x41, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DWasm.h101 WASM_OPCODE_I32_CONST = 0x41, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h292 WASM_OPCODE_I32_CONST = 0x41, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DWasm.h292 WASM_OPCODE_I32_CONST = 0x41, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DWasm.h101 WASM_OPCODE_I32_CONST = 0x41, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp1021 W->OS << char(wasm::WASM_OPCODE_I32_CONST); in writeElemSection()
1091 : wasm::WASM_OPCODE_I32_CONST); in writeDataSection()
1661 Global.InitExpr.Inst.Opcode = wasm::WASM_OPCODE_I32_CONST; in writeOneObject()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp801 W.OS << char(wasm::WASM_OPCODE_I32_CONST); in writeElemSection()
867 W.OS << char(wasm::WASM_OPCODE_I32_CONST); in writeDataSection()