Home
last modified time | relevance | path

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

/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 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];
269 extern TCGv hex_gpr[TOTAL_PER_THREAD_REGS];
H A Dcpu.h35 #define TOTAL_PER_THREAD_REGS 64 macro
77 target_ulong gpr[TOTAL_PER_THREAD_REGS];
H A Dtranslate.c49 TCGv hex_gpr[TOTAL_PER_THREAD_REGS];
409 bitmap_zero(ctx->regs_written, TOTAL_PER_THREAD_REGS); in gen_start_packet()
410 bitmap_zero(ctx->predicated_regs, TOTAL_PER_THREAD_REGS); in gen_start_packet()
429 for (i = 0; i < TOTAL_PER_THREAD_REGS; i++) { in gen_start_packet()
461 !bitmap_empty(ctx->predicated_regs, TOTAL_PER_THREAD_REGS)) { in gen_start_packet()
462 i = find_first_bit(ctx->predicated_regs, TOTAL_PER_THREAD_REGS); in gen_start_packet()
463 while (i < TOTAL_PER_THREAD_REGS) { in gen_start_packet()
465 i = find_next_bit(ctx->predicated_regs, TOTAL_PER_THREAD_REGS, in gen_start_packet()
1053 for (i = 0; i < TOTAL_PER_THREAD_REGS; i++) { in hexagon_translate_init()
H A Dinternal.h32 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 Dgenptr.c49 const target_ulong reg_immut_masks[TOTAL_PER_THREAD_REGS] = {