Home
last modified time | relevance | path

Searched refs:getRelaxedOpcodeArith (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp136 static unsigned getRelaxedOpcodeArith(const MCInst &Inst) { in getRelaxedOpcodeArith() function
143 unsigned R = getRelaxedOpcodeArith(Inst); in getRelaxedOpcode()
156 if (getRelaxedOpcodeArith(Inst) == Inst.getOpcode()) in mayNeedRelaxation()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstrRelaxTables.h50 unsigned getRelaxedOpcodeArith(unsigned ShortOp);
H A DX86AsmBackend.cpp224 static unsigned getRelaxedOpcodeArith(const MCInst &Inst) { in getRelaxedOpcodeArith() function
226 return X86::getRelaxedOpcodeArith(Op); in getRelaxedOpcodeArith()
230 unsigned R = getRelaxedOpcodeArith(Inst); in getRelaxedOpcode()
732 if (getRelaxedOpcodeArith(Inst) == Inst.getOpcode()) in mayNeedRelaxation()
H A DX86InstrRelaxTables.cpp160 unsigned X86::getRelaxedOpcodeArith(unsigned ShortOp) { in getRelaxedOpcodeArith() function in llvm::X86