Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp190 unsigned RelaxedOp = getRelaxedOpcode(Inst); in relaxInstruction() local
192 if (RelaxedOp == Inst.getOpcode()) { in relaxInstruction()
200 Inst.setOpcode(RelaxedOp); in relaxInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp331 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode(), STI); in relaxInstruction() local
334 if (RelaxedOp == Inst.getOpcode()) { in relaxInstruction()
345 RelaxedOp == ARM::tHINT) { in relaxInstruction()
347 Res.setOpcode(RelaxedOp); in relaxInstruction()
357 Inst.setOpcode(RelaxedOp); in relaxInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp843 unsigned RelaxedOp = getRelaxedOpcode(Inst, Is16BitMode); in relaxInstruction() local
845 if (RelaxedOp == Inst.getOpcode()) { in relaxInstruction()
853 Inst.setOpcode(RelaxedOp); in relaxInstruction()