Home
last modified time | relevance | path

Searched refs:pstfd (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/test/MC/PowerPC/
Dppc64-encoding-ISA31-errors.s52 pstfd 1, 32(1), 1 label
Dppc64-encoding-ISA31.s335 # CHECK-BE: pstfd 1, -134217728(3), 0 # encoding: [0x06,0x03,0xf8,0x00,
337 # CHECK-LE: pstfd 1, -134217728(3), 0 # encoding: [0x00,0xf8,0x03,0x06
339 pstfd 1, -134217728(3), 0
340 # CHECK-BE: pstfd 1, 134217727(0), 1 # encoding: [0x06,0x10,0x07,0xff
342 # CHECK-LE: pstfd 1, 134217727(0), 1 # encoding: [0xff,0x07,0x10,0x06,
344 pstfd 1, 134217727(0), 1
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dglobal-address-non-got-indirect-access.ll333 ; CHECK-NEXT: pstfd f1, _ZL15StaticDoubleVar@PCREL(0), 1
344 ; CHECK-NEXT: pstfd f2, _ZL19StaticLongDoubleVar@PCREL+8(0), 1
345 ; CHECK-NEXT: pstfd f1, _ZL19StaticLongDoubleVar@PCREL(0), 1
/external/llvm-project/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-ISA31-invalid.txt36 # pstfd 1, 8589934591(2), 1. However, RA is not zero with R=1
Dppc64-encoding-ISA31.txt241 # CHECK: pstfd 1, -134217728(3), 0
244 # CHECK: pstfd 1, 134217727(0), 1
/external/llvm-project/lld/test/ELF/
Dppc64-got-to-pcrel-relaxation.s135 # CHECK-S-NEXT: pstfd 1
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrPrefix.td947 "pstfd $FRS, $D_RA", IIC_LdStLFD>;