Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp251 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode()); in RelaxInstruction() local
253 if (RelaxedOp == Inst.getOpcode()) { in RelaxInstruction()
262 Res.setOpcode(RelaxedOp); in RelaxInstruction()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp264 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode()); in relaxInstruction() local
267 if (RelaxedOp == Inst.getOpcode()) { in relaxInstruction()
278 RelaxedOp == ARM::tHINT) { in relaxInstruction()
279 Res.setOpcode(RelaxedOp); in relaxInstruction()
289 Res.setOpcode(RelaxedOp); in relaxInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp268 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode(), STI); in relaxInstruction() local
271 if (RelaxedOp == Inst.getOpcode()) { in relaxInstruction()
282 RelaxedOp == ARM::tHINT) { in relaxInstruction()
283 Res.setOpcode(RelaxedOp); in relaxInstruction()
293 Res.setOpcode(RelaxedOp); in relaxInstruction()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp310 unsigned RelaxedOp = getRelaxedOpcode(Inst, is16BitMode); in relaxInstruction() local
312 if (RelaxedOp == Inst.getOpcode()) { in relaxInstruction()
321 Res.setOpcode(RelaxedOp); in relaxInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp304 unsigned RelaxedOp = getRelaxedOpcode(Inst, is16BitMode); in relaxInstruction() local
306 if (RelaxedOp == Inst.getOpcode()) { in relaxInstruction()
315 Res.setOpcode(RelaxedOp); in relaxInstruction()