Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDWasm.h104 WASM_OPCODE_F32_CONST = 0x43, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDWasmEmitter.cpp144 case wasm::WASM_OPCODE_F32_CONST: in writeInitExpr()
HDWasmYAML.cpp444 case wasm::WASM_OPCODE_F32_CONST: in mapping()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp212 case wasm::WASM_OPCODE_F32_CONST: in readInitExpr()
247 case wasm::WASM_OPCODE_F32_CONST: in readInitExpr()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDWasmObjectWriter.cpp1678 Global.InitExpr.Inst.Opcode = wasm::WASM_OPCODE_F32_CONST; in writeOneObject()