Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h87 WASM_OPCODE_F32_CONST = 0x43, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp441 case wasm::WASM_OPCODE_F32_CONST: in mapping()
H A DWasmEmitter.cpp144 case wasm::WASM_OPCODE_F32_CONST: in writeInitExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp189 case wasm::WASM_OPCODE_F32_CONST: in readInitExpr()
225 case wasm::WASM_OPCODE_F32_CONST: in readInitExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1668 Global.InitExpr.Inst.Opcode = wasm::WASM_OPCODE_F32_CONST; in writeOneObject()