Lines Matching defs:asi
223 uint32_t asi:8;
229 uint32_t asi:8;
643 "%y", NULL, "%ccr", "%asi",
960 * casa/casxa [%rs1] %asi, %rs2, %rd
977 asistr = get_asi_name(f->f3.asi);
981 if (f->f3.asi == 0x80) {
986 if (f->f3.asi == 0x88) {
993 if (f->f3.asi == 0x80) {
998 if (f->f3.asi == 0x88) {
1027 * ldXX [%rs1 +/- nn] %asi, %rd load from asi[%asi], i==1
1032 * stXX %rd, [%rs1 +/-nn] %asi store to asi[%asi], i==1
1035 * The asi variants are used if FLG_ASI is set in the instructions flags field
1073 prt_field("imm_asi", f->f3.asi, 8);
1101 asistr = get_asi_name(f->f3.asi);
1215 switch (f->f3.asi) {
1249 asistr = get_asi_name(f->f3.asi);
1264 asistr = get_asi_name(f->f3.asi);
2471 * output the asi value from the instruction
2483 bprintf(dhp, "%%asi");
2485 bprintf(dhp, (octal != 0) ? "0%03o" : "0x%02x", f->f3.asi);
2637 get_asi_name(uint8_t asi)
2639 switch (asi) {