Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h253 WASM_OPCODE_I64_CONST = 0x42, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DWasm.h102 WASM_OPCODE_I64_CONST = 0x42, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DWasm.h102 WASM_OPCODE_I64_CONST = 0x42, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h293 WASM_OPCODE_I64_CONST = 0x42, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DWasm.h293 WASM_OPCODE_I64_CONST = 0x42, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DWasm.h102 WASM_OPCODE_I64_CONST = 0x42, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp137 case wasm::WASM_OPCODE_I64_CONST: in writeInitExpr()
H A DWasmYAML.cpp424 case wasm::WASM_OPCODE_I64_CONST: in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp437 case wasm::WASM_OPCODE_I64_CONST: in mapping()
H A DWasmEmitter.cpp141 case wasm::WASM_OPCODE_I64_CONST: in writeInitExpr()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWasmObjectFile.cpp170 case wasm::WASM_OPCODE_I64_CONST: in readInitExpr()