Lines Matching refs:encoding
2 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-BE %s
3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
15 # CHECK-BE: addi 4, 3, target@GOT # encoding: [0x38,0x83,A,A]
16 # CHECK-LE: addi 4, 3, target@GOT # encoding: [A,A,0x83,0x38]
23 # CHECK-BE: ld 1, target@GOT(2) # encoding: [0xe8,0x22,A,0bAAAAAA00]
24 # CHECK-LE: ld 1, target@GOT(2) # encoding: [0bAAAAAA00,A,0x22,0xe8]
31 # CHECK-BE: addis 3, 2, target@got@ha # encoding: [0x3c,0x62,A,A]
32 # CHECK-LE: addis 3, 2, target@got@ha # encoding: [A,A,0x62,0x3c]
39 # CHECK-BE: addi 4, 3, target@got@l # encoding: [0x38,0x83,A,A]
40 # CHECK-LE: addi 4, 3, target@got@l # encoding: [A,A,0x83,0x38]
47 # CHECK-BE: addis 3, 2, target@got@h # encoding: [0x3c,0x62,A,A]
48 # CHECK-LE: addis 3, 2, target@got@h # encoding: [A,A,0x62,0x3c]
55 # CHECK-BE: lwz 1, target@got@l(3) # encoding: [0x80,0x23,A,A]
56 # CHECK-LE: lwz 1, target@got@l(3) # encoding: [A,A,0x23,0x80]
63 # CHECK-BE: ld 1, target@got@l(3) # encoding: [0xe8,0x23,A,0bAAAAAA00]
64 # CHECK-LE: ld 1, target@got@l(3) # encoding: [0bAAAAAA00,A,0x23,0xe8]