Hidden operands and dependency break in iforms now included #214
Annotations
50 errors
osaca/db_interface.py#L13
'osaca.parser.InstructionForm' imported but unused (F401)
|
osaca/db_interface.py#L440
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/db_interface.py#L440
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/db_interface.py#L452
Comparison to None should be 'if cond is None:' (E711)
|
osaca/db_interface.py#L616
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/db_interface.py#L618
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/db_interface.py#L620
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/parser/instruction_form.py#L3
'osaca.parser.directive.DirectiveOperand' imported but unused (F401)
|
osaca/parser/parser_AArch64.py#L7
'osaca.parser.operand.Operand' imported but unused (F401)
|
osaca/parser/parser_AArch64.py#L293
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/parser/parser_x86att.py#L10
'osaca.parser.operand.Operand' imported but unused (F401)
|
osaca/parser/parser_x86att.py#L15
'osaca.parser.identifier.IdentifierOperand' imported but unused (F401)
|
osaca/parser/parser_x86att.py#L16
'osaca.parser.immediate.ImmediateOperand' imported but unused (F401)
|
osaca/parser/parser_x86att.py#L225
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/parser/parser_x86att.py#L241
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/parser/parser_x86att.py#L340
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/parser/parser_x86att.py#L344
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/arch_semantics.py#L14
'osaca.parser.immediate.ImmediateOperand' imported but unused (F401)
|
osaca/semantics/arch_semantics.py#L15
'osaca.parser.identifier.IdentifierOperand' imported but unused (F401)
|
osaca/semantics/arch_semantics.py#L282
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/arch_semantics.py#L393
Local variable 'instruction_formport_uops' is assigned to but never used (F841)
|
osaca/semantics/hw_model.py#L108
Missing whitespace after ',' (E231)
|
osaca/semantics/hw_model.py#L122
Trailing whitespace (W291)
|
osaca/semantics/hw_model.py#L299
Comparison to None should be 'if cond is None:' (E711)
|
osaca/semantics/hw_model.py#L382
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L384
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L386
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L673
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L679
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L686
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L693
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L698
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L763
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L764
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L773
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L774
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L779
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L780
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L809
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L809
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L815
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/hw_model.py#L864
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/isa_semantics.py#L5
'osaca.parser.AttrDict' imported but unused (F401)
|
osaca/semantics/isa_semantics.py#L163
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/isa_semantics.py#L191
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/isa_semantics.py#L191
Comparison to False should be 'if cond is not False:' or 'if cond:' (E712)
|
osaca/semantics/isa_semantics.py#L192
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/isa_semantics.py#L195
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/isa_semantics.py#L212
Comparison to None should be 'if cond is not None:' (E711)
|
osaca/semantics/isa_semantics.py#L220
Comparison to None should be 'if cond is not None:' (E711)
|