Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp112 case WebAssembly::OPERAND_SIGNATURE: in encodeInstruction()
168 case WebAssembly::OPERAND_SIGNATURE: in encodeInstruction()
H A DWebAssemblyMCTargetDesc.h74 OPERAND_SIGNATURE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp224 case WebAssembly::OPERAND_SIGNATURE: { in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp230 if (Info.OperandType == WebAssembly::OPERAND_SIGNATURE) { in lower()
H A DWebAssemblyInstrInfo.td230 let OperandType = "OPERAND_SIGNATURE" in