Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp113 case WebAssembly::OPERAND_SIGNATURE: in encodeInstruction()
163 case WebAssembly::OPERAND_SIGNATURE: in encodeInstruction()
H A DWebAssemblyMCTargetDesc.h80 OPERAND_SIGNATURE, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp222 case WebAssembly::OPERAND_SIGNATURE: { in getInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp224 } else if (Info.OperandType == WebAssembly::OPERAND_SIGNATURE) { in lower()
H A DWebAssemblyInstrInfo.td208 let OperandType = "OPERAND_SIGNATURE" in