Home
last modified time | relevance | path

Searched refs:OPERAND_MEM_SIMM9 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h134 OPERAND_MEM_SIMM9 = OPERAND_FIRST_MIPS_MEM_IMM, enumerator
135 OPERAND_LAST_MIPS_MEM_IMM = OPERAND_MEM_SIMM9
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1848 OpInfo.OperandType != MipsII::OPERAND_MEM_SIMM9) in needsExpandMemInst()
1853 if (OpInfo.OperandType == MipsII::OPERAND_MEM_SIMM9) in needsExpandMemInst()
2160 case MipsII::OPERAND_MEM_SIMM9: in processInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td1152 let OperandType = "OPERAND_MEM_SIMM9";