HomeSort by relevance Sort by last modified time
    Searched refs:getRelaxedOpcode (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 70 static unsigned getRelaxedOpcode(unsigned Op) {
80 if (getRelaxedOpcode(Inst.getOpcode()) == Inst.getOpcode())
92 Res.setOpcode(getRelaxedOpcode(Inst.getOpcode()));
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h 55 unsigned getRelaxedOpcode(unsigned Op) const;
ARMAsmBackend.cpp 174 unsigned ARMAsmBackend::getRelaxedOpcode(unsigned Op) const {
197 if (getRelaxedOpcode(Inst.getOpcode()) != Inst.getOpcode())
264 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 210 static unsigned getRelaxedOpcode(unsigned Op) {
251 unsigned RelaxedOp = getRelaxedOpcode(Inst.getOpcode());
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 269 static unsigned getRelaxedOpcode(const MCInst &Inst, bool is16BitMode) {
310 unsigned RelaxedOp = getRelaxedOpcode(Inst, is16BitMode);

Completed in 136 milliseconds