intel/assembler: Add labels support
[mesa.git] / src / intel / tools / tests / gen6 / halt.asm
index 3674b30d6ba50c02318f9670b37f290f96952c6a..5f29e88c57cf7730dea705a7da83ea3ce8e7e344 100644 (file)
@@ -1,4 +1,6 @@
-(-f0.1.any4h) halt(8) JIP: 96   UIP: 98                         { align1 1Q };
-halt(8)         JIP: 2          UIP: 2                          { align1 1Q };
-(-f0.1.any4h) halt(16) JIP: 100 UIP: 102                        { align1 1H };
-halt(16)        JIP: 2          UIP: 2                          { align1 1H };
+(-f0.1.any4h) halt(8) JIP: LABEL0      UIP: LABEL0              { align1 1Q };
+halt(8)         JIP: LABEL1            UIP: LABEL1              { align1 1Q };
+LABEL1:
+(-f0.1.any4h) halt(16) JIP: LABEL0     UIP: LABEL0              { align1 1H };
+halt(16)        JIP: LABEL0            UIP: LABEL0              { align1 1H };
+LABEL0: