Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp184 static unsigned getRelaxedOpcodeArith(const MCInst &Inst) { in getRelaxedOpcodeArith() function
270 unsigned R = getRelaxedOpcodeArith(Inst); in getRelaxedOpcode()
282 if (getRelaxedOpcodeArith(Inst) == Inst.getOpcode()) in mayNeedRelaxation()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/
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()
731 if (getRelaxedOpcodeArith(Inst) == Inst.getOpcode()) in mayNeedRelaxation()
H A DX86InstrRelaxTables.h50 unsigned getRelaxedOpcodeArith(unsigned ShortOp);
H A DX86InstrRelaxTables.cpp160 unsigned X86::getRelaxedOpcodeArith(unsigned ShortOp) { in getRelaxedOpcodeArith() function in llvm::X86
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp193 static unsigned getRelaxedOpcodeArith(const MCInst &Inst) { in getRelaxedOpcodeArith() function
279 unsigned R = getRelaxedOpcodeArith(Inst); in getRelaxedOpcode()
593 if (getRelaxedOpcodeArith(Inst) == Inst.getOpcode()) in mayNeedRelaxation()