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.cpp224 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode()); in relaxInstruction() local
225 assert(RelaxedOp != Inst.getOpcode()); in relaxInstruction()
226 Inst.setOpcode(RelaxedOp); in relaxInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp329 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode(), STI); in relaxInstruction() local
330 assert(RelaxedOp != Inst.getOpcode()); in relaxInstruction()
335 RelaxedOp == ARM::tHINT) { in relaxInstruction()
337 Res.setOpcode(RelaxedOp); in relaxInstruction()
347 Inst.setOpcode(RelaxedOp); in relaxInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp783 unsigned RelaxedOp = getRelaxedOpcode(Inst, Is16BitMode); in relaxInstruction() local
784 assert(RelaxedOp != Inst.getOpcode()); in relaxInstruction()
785 Inst.setOpcode(RelaxedOp); in relaxInstruction()