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.cpp113 case WebAssembly::OPERAND_SIGNATURE: in encodeInstruction()
163 case WebAssembly::OPERAND_SIGNATURE: in encodeInstruction()
H A DWebAssemblyMCTargetDesc.h81 OPERAND_SIGNATURE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp223 case WebAssembly::OPERAND_SIGNATURE: { in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp223 } else if (Info.OperandType == WebAssembly::OPERAND_SIGNATURE) { in lower()
H A DWebAssemblyInstrInfo.td218 let OperandType = "OPERAND_SIGNATURE" in