Пример #1
0
def execute_custom3_rd_rs1_rs2(s, inst):
    raise NotImplementedInstError()
    s.pc += 4
Пример #2
0
def execute_custom2_rd(s, inst):
    raise NotImplementedInstError()
    s.pc += 4
Пример #3
0
def execute_sfence_vm(s, inst):
    raise NotImplementedInstError()
    s.pc += 4
Пример #4
0
def execute_hrts(s, inst):
    raise NotImplementedInstError()
    s.pc += 4
Пример #5
0
def execute_sbreak(s, inst):
    raise NotImplementedInstError()
    s.pc += 4