Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp108 case WebAssembly::OPERAND_SIGNATURE: in encodeInstruction()
154 case WebAssembly::OPERAND_SIGNATURE: in encodeInstruction()
H A DWebAssemblyMCTargetDesc.h72 OPERAND_SIGNATURE, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp220 case WebAssembly::OPERAND_SIGNATURE: { in getInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp242 } else if (Info.OperandType == WebAssembly::OPERAND_SIGNATURE) { in lower()
H A DWebAssemblyInstrInfo.td204 let OperandType = "OPERAND_SIGNATURE" in