Searched refs:INSTR_LABEL_JIP (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
D | i965_asm.h | 84 INSTR_LABEL_JIP, enumerator
|
D | i965_gram.y | 1113 add_label(p, $4, INSTR_LABEL_JIP); 1157 add_label(p, $3, INSTR_LABEL_JIP); 1201 add_label(p, $4, INSTR_LABEL_JIP); 1254 add_label(p, $4, INSTR_LABEL_JIP); 1308 add_label(p, $4, INSTR_LABEL_JIP); 1345 add_label(p, $4, INSTR_LABEL_JIP); 1367 add_label(p, $4, INSTR_LABEL_JIP); 1405 add_label(p, $4, INSTR_LABEL_JIP);
|
D | i965_asm.c | 147 if (ilabel->type == INSTR_LABEL_JIP) { in i965_postprocess_labels()
|