/openbmc/u-boot/arch/xtensa/cpu/ |
H A D | start.S | 127 wsr a0, LCOUNT 431 xsr a2, LCOUNT 478 wsr a4, LCOUNT
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | signal.c | 119 __put_user(env->sregs[LCOUNT], &sc->sc_lcount); in setup_sigcontext() 258 __get_user(env->sregs[LCOUNT], &sc->sc_lcount); in restore_sigcontext()
|
/openbmc/u-boot/include/ |
H A D | lattice.h | 197 #define LCOUNT 0x66 /* Support intelligent programming. */ macro
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | align.S | 446 rsr a4, lcount # and LCOUNT != 0 448 addi a4, a4, -1 # decrement LCOUNT and set
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.h | 112 LCOUNT = 2, enumerator
|
H A D | translate.c | 409 tcg_gen_brcondi_i32(TCG_COND_EQ, cpu_SR[LCOUNT], 0, label); in gen_check_loop_end() 410 tcg_gen_subi_i32(cpu_SR[LCOUNT], cpu_SR[LCOUNT], 1); in gen_check_loop_end() 1708 tcg_gen_subi_i32(cpu_SR[LCOUNT], arg[0].in, 1); in translate_loop() 4226 LCOUNT, 5148 LCOUNT, 5886 LCOUNT,
|
/openbmc/u-boot/drivers/fpga/ |
H A D | ivm_core.c | 1012 case LCOUNT: in ispVMCode()
|
/openbmc/qemu/target/xtensa/core-fsf/ |
H A D | xtensa-modules.c.inc | 31 { "LCOUNT", 2, 0 }, 88 { "LCOUNT", 32, 0 },
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 1988 (*regs)[TARGET_REG_LCOUNT] = tswapreg(env->sregs[LCOUNT]); in elf_core_copy_regs()
|
/openbmc/qemu/target/xtensa/core-dc233c/ |
H A D | xtensa-modules.c.inc | 34 { "LCOUNT", 2, 0 }, 113 { "LCOUNT", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-de212/ |
H A D | xtensa-modules.c.inc | 34 { "LCOUNT", 2, 0 }, 106 { "LCOUNT", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-dc232b/ |
H A D | xtensa-modules.c.inc | 31 { "LCOUNT", 2, 0 }, 109 { "LCOUNT", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-de233_fpu/ |
H A D | xtensa-modules.c.inc | 33 { "LCOUNT", 2, 0 }, 115 { "LCOUNT", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/ |
H A D | xtensa-modules.c.inc | 33 { "LCOUNT", 2, 0 }, 86 { "LCOUNT", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-test_kc705_be/ |
H A D | xtensa-modules.c.inc | 33 { "LCOUNT", 2, 0 }, 119 { "LCOUNT", 32, 0 },
|
/openbmc/qemu/target/xtensa/core-dsp3400/ |
H A D | xtensa-modules.c.inc | 33 { "LCOUNT", 2, 0 }, 166 { "LCOUNT", 32, 0 },
|