示例#1
0
文件: isa.py 项目: igrr/pydgin-min
def execute_custom3_rd_rs1_rs2(s, inst):
    raise NotImplementedInstError()
    s.pc += 4
示例#2
0
文件: isa.py 项目: igrr/pydgin-min
def execute_custom2_rd(s, inst):
    raise NotImplementedInstError()
    s.pc += 4
示例#3
0
文件: isa.py 项目: igrr/pydgin-min
def execute_sfence_vm(s, inst):
    raise NotImplementedInstError()
    s.pc += 4
示例#4
0
文件: isa.py 项目: igrr/pydgin-min
def execute_hrts(s, inst):
    raise NotImplementedInstError()
    s.pc += 4
示例#5
0
def execute_sbreak(s, inst):
    raise NotImplementedInstError()
    s.pc += 4