brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.3 KiB · 9c4a30e Raw
37 lines · plain
1# RUN: llc -mtriple=hexagon -run-pass none -o - %s | FileCheck %s2---3name: fred4 5body: |6  bb.0:7 8    ; CHECK: target-flags(hexagon-pcrel)9    $r0 = A2_tfrsi target-flags (hexagon-pcrel) 010    ; CHECK: target-flags(hexagon-got)11    $r0 = A2_tfrsi target-flags (hexagon-got) 012    ; CHECK: target-flags(hexagon-lo16)13    $r0 = A2_tfrsi target-flags (hexagon-lo16) 014    ; CHECK: target-flags(hexagon-hi16)15    $r0 = A2_tfrsi target-flags (hexagon-hi16) 016    ; CHECK: target-flags(hexagon-gprel)17    $r0 = A2_tfrsi target-flags (hexagon-gprel) 018    ; CHECK: target-flags(hexagon-gdgot)19    $r0 = A2_tfrsi target-flags (hexagon-gdgot) 020    ; CHECK: target-flags(hexagon-gdplt)21    $r0 = A2_tfrsi target-flags (hexagon-gdplt) 022    ; CHECK: target-flags(hexagon-ie)23    $r0 = A2_tfrsi target-flags (hexagon-ie) 024    ; CHECK: target-flags(hexagon-iegot)25    $r0 = A2_tfrsi target-flags (hexagon-iegot) 026    ; CHECK: target-flags(hexagon-tprel)27    $r0 = A2_tfrsi target-flags (hexagon-tprel) 028 29    ; CHECK: target-flags(hexagon-ext)30    $r0 = A2_tfrsi target-flags (hexagon-ext) 031    ; CHECK: target-flags(hexagon-pcrel, hexagon-ext)32    $r0 = A2_tfrsi target-flags (hexagon-pcrel,hexagon-ext) 033    ; CHECK: target-flags(hexagon-ie, hexagon-ext)34    $r0 = A2_tfrsi target-flags (hexagon-ie,hexagon-ext) 035...36 37