Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/SystemZ/
Dinsns-pcrel.txt1815 # CHECK: brxhg %r0, %r1, 0xa38
1819 # CHECK: brxhg %r14, %r1, 0xa3e
1823 # CHECK: brxhg %r15, %r1, 0xa44
1827 # CHECK: brxhg %r0, %r1, 0xa48
1831 # CHECK: brxhg %r14, %r1, 0xffffffffffff0a50
1835 # CHECK: brxhg %r15, %r1, 0x10a54
/external/v8/src/s390/
Dassembler-s390.h1327 void brxhg(Register dst, Register inc, Label* L) { in brxhg() function
1330 brxhg(dst, inc, Operand(offset_halfwords)); in brxhg()
Dconstants-s390.h1472 V(brxhg, BRXHG, \
Dmacro-assembler-s390.cc374 brxhg(dst, inc, L); in BranchRelativeOnIdxHighP()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/
Dinsn-good.s1861 #CHECK: brxhg %r0, %r2, .[[LAB:L.*]]-65536 # encoding: [0xec,0x02,A,A,0x00,0x44]
1863 brxhg %r0,%r2, -0x10000
1864 #CHECK: brxhg %r0, %r2, .[[LAB:L.*]]-2 # encoding: [0xec,0x02,A,A,0x00,0x44]
1866 brxhg %r0, %r2, -2
1867 #CHECK: brxhg %r0, %r2, .[[LAB:L.*]] # encoding: [0xec,0x02,A,A,0x00,0x44]
1869 brxhg %r0,%r2, 0
1870 #CHECK: brxhg %r0, %r2, .[[LAB:L.*]]+65534 # encoding: [0xec,0x02,A,A,0x00,0x44]
1872 brxhg %r0,%r2, 0xfffe
1874 #CHECK: brxhg %r0, %r2, foo # encoding: [0xec,0x02,A,A,0x00,0x44]
1876 #CHECK: brxhg %r14, %r2, foo # encoding: [0xec,0xe2,A,A,0x00,0x44]
[all …]
Dinsn-bad.s618 #CHECK: brxhg %r0, %r2, -0x100002
620 #CHECK: brxhg %r0, %r2, -1
622 #CHECK: brxhg %r0, %r2, 1
624 #CHECK: brxhg %r0, %r2, 0x10000
626 brxhg %r0, %r2, -0x100002
627 brxhg %r0, %r2, -1
628 brxhg %r0, %r2, 1
629 brxhg %r0, %r2, 0x10000
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td187 def BRXHG : BranchBinaryRIEe<"brxhg", 0xEC44, GR64>;