Showing 3,020 of 3,020 total issues
Function btstm
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def btstm(ir, instr, r0, rm_deref, imm3):
Function eor
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def eor(ir, instr, a, b, c=None):
Function sbcs
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def sbcs(ir, instr, a, b, c=None):
Function rscs
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def rscs(ir, instr, a, b, c=None):
Function lsr
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def lsr(ir, instr, a, b, c=None):
Function asr
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def asr(ir, instr, a, b, c=None):
Function asrs
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def asrs(ir, instr, a, b, c=None):
Function add_condition_expr
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def add_condition_expr(ir, instr, cond, instr_ir, extra_ir):
Function sdiv
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def sdiv(ir, instr, a, b, c=None):
Function bics
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def bics(ir, instr, a, b, c=None):
Function uxtab
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def uxtab(ir, instr, a, b, c):
Function smul
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def smul(ir, instr, a, b, c):
Function pkhtb
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def pkhtb(ir, instr, arg1, arg2, arg3):
Function subs
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def subs(ir, instr, a, b, c=None):
Function eors
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def eors(ir, instr, a, b, c=None):
Function rsb
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def rsb(ir, instr, a, b, c=None):
Function teq
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def teq(ir, instr, a, b, c=None):
Function cmn
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def cmn(ir, instr, a, b, c=None):
Function muls
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def muls(ir, instr, a, b, c=None):
Function gen_modes
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def gen_modes(cls, subcls, name, bases, dct, fields):