13#ifndef LLVM_LIB_TARGET_MIPS_MCTARGETDESC_MIPSBASEINFO_H
14#define LLVM_LIB_TARGET_MIPS_MCTARGETDESC_MIPSBASEINFO_H
149 if (
Reg >= Mips::F0 &&
Reg <= Mips::F31)
150 return Reg - Mips::F0 + Mips::W0;
151 else if (
Reg >= Mips::D0_64 &&
Reg <= Mips::D31_64)
152 return Reg - Mips::D0_64 + Mips::W0;
Wrapper class representing physical registers. Should be passed by value.
static unsigned getFormat(uint64_t TSFlags)
TOF
Target Operand Flag enum.
@ OPERAND_FIRST_MIPS_MEM_IMM
@ OPERAND_LAST_MIPS_MEM_IMM
This is an optimization pass for GlobalISel generic memory operations.
static MCRegister getMSARegFromFReg(MCRegister Reg)