Home
last modified time | relevance | path

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

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