Searched refs:_reg_nr (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_disasm.c | 476 static int reg (FILE *file, GLuint _reg_file, GLuint _reg_nr) in reg() argument 482 _reg_nr &= ~(1 << 7); in reg() 485 switch (_reg_nr & 0xf0) { in reg() 490 format (file, "a%d", _reg_nr & 0x0f); in reg() 493 format (file, "acc%d", _reg_nr & 0x0f); in reg() 496 format (file, "f%d", _reg_nr & 0x0f); in reg() 499 format (file, "mask%d", _reg_nr & 0x0f); in reg() 502 format (file, "msd%d", _reg_nr & 0x0f); in reg() 505 format (file, "sr%d", _reg_nr & 0x0f); in reg() 508 format (file, "cr%d", _reg_nr & 0x0f); in reg() [all …]
|