Searched refs:INSTR_LABEL_JIP (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | i965_asm.h | 85 INSTR_LABEL_JIP, enumerator
|
D | i965_gram.y | 1103 add_label(p, $4, INSTR_LABEL_JIP); 1147 add_label(p, $3, INSTR_LABEL_JIP); 1191 add_label(p, $4, INSTR_LABEL_JIP); 1244 add_label(p, $4, INSTR_LABEL_JIP); 1298 add_label(p, $4, INSTR_LABEL_JIP); 1335 add_label(p, $4, INSTR_LABEL_JIP); 1357 add_label(p, $4, INSTR_LABEL_JIP); 1395 add_label(p, $4, INSTR_LABEL_JIP);
|
D | i965_asm.c | 147 if (ilabel->type == INSTR_LABEL_JIP) { in i965_postprocess_labels()
|