Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h107 WASM_OPCODE_F64_CONST = 0x44, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp449 case wasm::WASM_OPCODE_F64_CONST: in mapping()
H A DWasmEmitter.cpp147 case wasm::WASM_OPCODE_F64_CONST: in writeInitExpr()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp212 case wasm::WASM_OPCODE_F64_CONST: in readInitExpr()
247 case wasm::WASM_OPCODE_F64_CONST: in readInitExpr()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1658 Global.InitExpr.Inst.Opcode = wasm::WASM_OPCODE_F64_CONST; in writeOneObject()