Searched refs:brxhg (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/SystemZ/ |
D | insns-pcrel.txt | 1815 # 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/ |
D | assembler-s390.h | 1327 void brxhg(Register dst, Register inc, Label* L) { in brxhg() function 1330 brxhg(dst, inc, Operand(offset_halfwords)); in brxhg()
|
D | constants-s390.h | 1472 V(brxhg, BRXHG, \
|
D | macro-assembler-s390.cc | 374 brxhg(dst, inc, L); in BranchRelativeOnIdxHighP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/ |
D | insn-good.s | 1861 #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 …]
|
D | insn-bad.s | 618 #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/ |
D | SystemZInstrInfo.td | 187 def BRXHG : BranchBinaryRIEe<"brxhg", 0xEC44, GR64>;
|