Lines Matching defs:asi
191 uint32_t asi:8;
197 uint32_t asi:8;
587 "%y", NULL, "%ccr", "%asi",
907 * casa/casxa [%rs1] %asi, %rs2, %rd
925 asistr = get_asi_name(f->f3.asi);
929 if (f->f3.asi == 0x80) {
934 if (f->f3.asi == 0x88) {
941 if (f->f3.asi == 0x80) {
946 if (f->f3.asi == 0x88) {
975 * ldXX [%rs1 +/- nn] %asi, %rd load from asi[%asi], i==1
980 * stXX %rd, [%rs1 +/-nn] %asi store to asi[%asi], i==1
983 * The asi variants are used if FLG_ASI is set in the instructions flags field
1022 prt_field("imm_asi", f->f3.asi, 8);
1050 asistr = get_asi_name(f->f3.asi);
1164 switch (f->f3.asi) {
1198 asistr = get_asi_name(f->f3.asi);
1213 asistr = get_asi_name(f->f3.asi);
2330 * output the asi value from the instruction
2342 bprintf(dhp, "%%asi");
2344 bprintf(dhp, (octal != 0) ? "0%03o" : "0x%02x", f->f3.asi);
2494 get_asi_name(uint8_t asi)
2496 switch (asi) {