Searched refs:getRelaxedOpcodeBranch (Results 1 – 4 of 4) sorted by relevance
98 static unsigned getRelaxedOpcodeBranch(const MCInst &Inst) { in getRelaxedOpcodeBranch() function146 return getRelaxedOpcodeBranch(Inst); in getRelaxedOpcode()152 if (getRelaxedOpcodeBranch(Inst) != Inst.getOpcode()) in mayNeedRelaxation()
142 static unsigned getRelaxedOpcodeBranch(const MCInst &Inst, bool is16BitMode) { in getRelaxedOpcodeBranch() function273 return getRelaxedOpcodeBranch(Inst, is16BitMode); in getRelaxedOpcode()278 if (getRelaxedOpcodeBranch(Inst, false) != Inst.getOpcode()) in mayNeedRelaxation()
181 static unsigned getRelaxedOpcodeBranch(const MCInst &Inst, bool is16BitMode) { in getRelaxedOpcodeBranch() function282 return getRelaxedOpcodeBranch(Inst, is16BitMode); in getRelaxedOpcode()589 if (getRelaxedOpcodeBranch(Inst, false) != Inst.getOpcode()) in mayNeedRelaxation()
212 static unsigned getRelaxedOpcodeBranch(const MCInst &Inst, bool Is16BitMode) { in getRelaxedOpcodeBranch() function233 return getRelaxedOpcodeBranch(Inst, Is16BitMode); in getRelaxedOpcode()727 if (getRelaxedOpcodeBranch(Inst, false) != Inst.getOpcode()) in mayNeedRelaxation()