Showing 3,020 of 3,020 total issues
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(self, irdst, loc_db, blocks=None, *args, **kwargs):
Function add_instr_to_current_state
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def add_instr_to_current_state(self, instr, block, assignments, ir_blocks_all, gen_pc_updt):
Function Create
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def Create(self, equations, machine, loc_db, *args, **kwargs):
Function register
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def register(self, name, label, shortcut=None, tooltip=None, icon=-1):
Function __init__
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(self, lifter,
Function add_instr_to_current_state
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def add_instr_to_current_state(self, instr, block, assignments, ir_blocks_all, gen_pc_updt):
Function my_GetEnvironmentVariable
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def my_GetEnvironmentVariable(jitter, funcname, get_str, set_str, mylen):
Function ldr_size
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def ldr_size(ir, instr, arg1, arg2, size):
Function stp
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def stp(ir, instr, arg1, arg2, arg3):
Function adc
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def adc(ir, instr, arg1, arg2, arg3):
Function fmul
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def fmul(ir, instr, arg1, arg2, arg3):
Function fadd
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def fadd(ir, instr, arg1, arg2, arg3):
Function casp
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def casp(ir, instr, arg1, arg2, arg3):
Function ands
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def ands(ir, instr, arg1, arg2, arg3):
Function adds
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def adds(ir, instr, arg1, arg2, arg3):
Function fsub
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def fsub(ir, instr, arg1, arg2, arg3):
Function fdiv
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def fdiv(ir, instr, arg1, arg2, arg3):
Function DecodeBitMasks
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def DecodeBitMasks(M, immN, imms, immr, immediate):
Function bics
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def bics(ir, instr, arg1, arg2, arg3):
Function adcs
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def adcs(ir, instr, arg1, arg2, arg3):