Searched refs:imm_name (Results 1 – 10 of 10) sorted by relevance
/dports/devel/cflow/cflow-2.0/ |
H A D | prcg.c | 47 char *imm_name; /* name of first imm_list node */ member 295 && (np->imm_name = (char *) malloc(strlen(s) + 1)) != NULL in name_to_nlist() 298 strcpy(np->imm_name, s); in name_to_nlist() 305 if (nlist == 0 || strcmp(nlist->imm_name, s) > 0) { in name_to_nlist() 312 if (strcmp(p->next->imm_name, s) > 0) in name_to_nlist() 421 printf("... %s ... {%ld}\n", node->imm_name, node->name_visited); in print_name() 424 printf("%s", node->imm_name); in print_name() 452 printf("%s {}\n", node->imm_name); in print_name() 509 if (strcmp(s, np->imm_name) == 0) in nlist_contains()
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/hexagon/ |
H A D | gen_tcg_funcs.py | 160 (hex_common.imm_name(immlett), i)) 283 (hex_common.imm_name(immlett), hex_common.imm_name(immlett))) 286 f.write(", tcgv_%s" % hex_common.imm_name(immlett)) 289 f.write(" tcg_temp_free(tcgv_%s);\n" % hex_common.imm_name(immlett))
|
H A D | hex_common.py | 204 def imm_name(immlett): function
|
H A D | gen_helper_funcs.py | 65 f.write(", int32_t %s" % (hex_common.imm_name(immlett)))
|
/dports/emulators/qemu60/qemu-6.0.0/target/hexagon/ |
H A D | gen_tcg_funcs.py | 160 (hex_common.imm_name(immlett), i)) 283 (hex_common.imm_name(immlett), hex_common.imm_name(immlett))) 286 f.write(", tcgv_%s" % hex_common.imm_name(immlett)) 289 f.write(" tcg_temp_free(tcgv_%s);\n" % hex_common.imm_name(immlett))
|
H A D | hex_common.py | 204 def imm_name(immlett): function
|
H A D | gen_helper_funcs.py | 65 f.write(", int32_t %s" % (hex_common.imm_name(immlett)))
|
/dports/emulators/qemu/qemu-6.2.0/target/hexagon/ |
H A D | gen_tcg_funcs.py | 260 (hex_common.imm_name(immlett), i)) 445 (hex_common.imm_name(immlett), hex_common.imm_name(immlett))) 448 f.write(", tcgv_%s" % hex_common.imm_name(immlett))
|
H A D | hex_common.py | 219 def imm_name(immlett): function
|
H A D | gen_helper_funcs.py | 79 f.write(", int32_t %s" % (hex_common.imm_name(immlett)))
|