Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp189 unsigned RelaxedOp = getRelaxedOpcode(Inst); in relaxInstruction() local
191 if (RelaxedOp == Inst.getOpcode()) { in relaxInstruction()
199 Inst.setOpcode(RelaxedOp); in relaxInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp346 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode(), STI); in relaxInstruction() local
349 if (RelaxedOp == Inst.getOpcode()) { in relaxInstruction()
360 RelaxedOp == ARM::tHINT) { in relaxInstruction()
362 Res.setOpcode(RelaxedOp); in relaxInstruction()
372 Inst.setOpcode(RelaxedOp); in relaxInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp755 unsigned RelaxedOp = getRelaxedOpcode(Inst, Is16BitMode); in relaxInstruction() local
757 if (RelaxedOp == Inst.getOpcode()) { in relaxInstruction()
765 Inst.setOpcode(RelaxedOp); in relaxInstruction()