Home
last modified time | relevance | path

Searched refs:TOTAL_PER_THREAD_REGS (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dgdbstub.c35 if (n < TOTAL_PER_THREAD_REGS) { in hexagon_gdb_read_register()
39 n -= TOTAL_PER_THREAD_REGS; in hexagon_gdb_read_register()
62 if (n < TOTAL_PER_THREAD_REGS) { in hexagon_gdb_write_register()
67 n -= TOTAL_PER_THREAD_REGS; in hexagon_gdb_write_register()
H A Dcpu.h30 #define TOTAL_PER_THREAD_REGS 64 macro
72 target_ulong gpr[TOTAL_PER_THREAD_REGS];
86 target_ulong reg_written[TOTAL_PER_THREAD_REGS];
H A Dtranslate.h40 DECLARE_BITMAP(regs_written, TOTAL_PER_THREAD_REGS);
41 DECLARE_BITMAP(predicated_regs, TOTAL_PER_THREAD_REGS);
74 TCGv new_value[TOTAL_PER_THREAD_REGS];
270 extern TCGv hex_gpr[TOTAL_PER_THREAD_REGS];
274 extern TCGv hex_reg_written[TOTAL_PER_THREAD_REGS];
H A Dtranslate.c49 TCGv hex_gpr[TOTAL_PER_THREAD_REGS];
53 TCGv hex_reg_written[TOTAL_PER_THREAD_REGS];
433 bitmap_zero(ctx->regs_written, TOTAL_PER_THREAD_REGS); in gen_start_packet()
434 bitmap_zero(ctx->predicated_regs, TOTAL_PER_THREAD_REGS); in gen_start_packet()
453 for (i = 0; i < TOTAL_PER_THREAD_REGS; i++) { in gen_start_packet()
494 !bitmap_empty(ctx->predicated_regs, TOTAL_PER_THREAD_REGS)) { in gen_start_packet()
495 i = find_first_bit(ctx->predicated_regs, TOTAL_PER_THREAD_REGS); in gen_start_packet()
496 while (i < TOTAL_PER_THREAD_REGS) { in gen_start_packet()
498 i = find_next_bit(ctx->predicated_regs, TOTAL_PER_THREAD_REGS, in gen_start_packet()
1096 static char reg_written_names[TOTAL_PER_THREAD_REGS][NAME_LEN];
[all …]
H A Dinternal.h43 extern const char * const hexagon_regnames[TOTAL_PER_THREAD_REGS];
H A Dprintinsn.c27 if (reg < TOTAL_PER_THREAD_REGS) { in sreg2str()
H A Dgenptr.h63 extern const target_ulong reg_immut_masks[TOTAL_PER_THREAD_REGS];
H A Dcpu.c59 const char * const hexagon_regnames[TOTAL_PER_THREAD_REGS] = {
H A Dop_helper.c82 for (int i = 0; i < TOTAL_PER_THREAD_REGS; i++) { in HELPER()
219 for (i = 0; i < TOTAL_PER_THREAD_REGS; i++) { in HELPER()
H A Dgenptr.c49 const target_ulong reg_immut_masks[TOTAL_PER_THREAD_REGS] = {