/openbmc/qemu/target/xtensa/ |
H A D | exc_helper.c | 57 env->sregs[EPC1] = pc; in HELPER() 61 env->sregs[EPC1] = pc; in HELPER() 91 env->sregs[EPC1 + level - 1] = pc; in HELPER() 176 env->sregs[EPC1 + level - 1] = env->pc; in handle_interrupt() 192 env->sregs[EPC1] = env->pc; in handle_interrupt() 196 env->sregs[EPC1] = env->pc; in handle_interrupt()
|
H A D | win_helper.c | 125 env->sregs[EPC1] = env->pc = pc; in HELPER() 175 env->sregs[EPC1] = env->pc = pc; in HELPER()
|
H A D | translate.c | 501 if (par[0] >= EPC1 && par[0] < EPC1 + MAX_NLEVEL) { in test_exceptions_hpi() 502 n = par[0] - EPC1 + 1; in test_exceptions_hpi() 2034 gen_jump(dc, cpu_SR[dc->config->ndepc ? DEPC : EPC1]); in translate_rfde() 2041 gen_jump(dc, cpu_SR[EPC1]); in translate_rfe() 2048 gen_jump(dc, cpu_SR[EPC1 + arg[0].imm - 1]); in translate_rfi() 2068 gen_jump(dc, cpu_SR[EPC1]); in translate_rfw() 3925 EPC1, 3934 EPC1 + 1, 3943 EPC1 + 2, 3952 EPC1 + 3, [all …]
|
H A D | cpu.h | 147 EPC1 = 177, enumerator
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | cpu_loop.c | 29 env->pc = env->sregs[EPC1]; in xtensa_rfw() 166 env->sregs[EPC1]); in cpu_loop() 170 env->sregs[EPC1]); in cpu_loop() 220 env->sregs[EPC1]); in cpu_loop() 230 env->sregs[EPC1]); in cpu_loop()
|
/openbmc/u-boot/arch/xtensa/cpu/ |
H A D | start.S | 422 rsr a3, EPC1 484 wsr a3, EPC1
|
/openbmc/qemu/target/xtensa/core-lx106/ |
H A D | xtensa-modules.c.inc | 42 { "EPC1", 177, 0 }, 80 { "EPC1", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-fsf/ |
H A D | xtensa-modules.c.inc | 44 { "EPC1", 177, 0 }, 95 { "EPC1", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-sample_controller/ |
H A D | xtensa-modules.c.inc | 45 { "EPC1", 177, 0 }, 104 { "EPC1", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-dc233c/ |
H A D | xtensa-modules.c.inc | 55 { "EPC1", 177, 0 }, 121 { "EPC1", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-de212/ |
H A D | xtensa-modules.c.inc | 54 { "EPC1", 177, 0 }, 114 { "EPC1", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-dc232b/ |
H A D | xtensa-modules.c.inc | 52 { "EPC1", 177, 0 }, 117 { "EPC1", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-de233_fpu/ |
H A D | xtensa-modules.c.inc | 55 { "EPC1", 177, 0 }, 123 { "EPC1", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/ |
H A D | xtensa-modules.c.inc | 47 { "EPC1", 177, 0 }, 94 { "EPC1", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-test_kc705_be/ |
H A D | xtensa-modules.c.inc | 55 { "EPC1", 177, 0 }, 127 { "EPC1", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-dsp3400/ |
H A D | xtensa-modules.c.inc | 47 { "EPC1", 177, 0 }, 174 { "EPC1", 32, 0 },
|