Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h106 WASM_OPCODE_F32_CONST = 0x43, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp446 case wasm::WASM_OPCODE_F32_CONST: in mapping()
H A DWasmEmitter.cpp144 case wasm::WASM_OPCODE_F32_CONST: in writeInitExpr()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp209 case wasm::WASM_OPCODE_F32_CONST: in readInitExpr()
244 case wasm::WASM_OPCODE_F32_CONST: in readInitExpr()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1655 Global.InitExpr.Inst.Opcode = wasm::WASM_OPCODE_F32_CONST; in writeOneObject()