intel/assembler: Add labels support
[mesa.git] / src / intel / tools / tests / gen7.5 / halt.asm
index 71ad27b5aa598bd51d48c2e719226fda428fe0fd..5f29e88c57cf7730dea705a7da83ea3ce8e7e344 100644 (file)
@@ -1,4 +1,6 @@
-(-f0.1.any4h) halt(8) JIP: 72   UIP: 74                         { align1 1Q };
-halt(8)         JIP: 2          UIP: 2                          { align1 1Q };
-(-f0.1.any4h) halt(16) JIP: 72  UIP: 74                         { 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: