/external/llvm/test/CodeGen/SystemZ/Large/ |
branch-range-11.py | 105 print ' %%bsub%d = sub i32 %%bcur%da, %%bcur%db' % (i, i, i) 106 print ' %%btest%d = icmp ult i32 %%bsub%d, %d' % (i, i, i + 50)
|
branch-range-12.py | 105 print ' %%bsub%d = sub i64 %%bcur%da, %%bcur%db' % (i, i, i) 106 print ' %%btest%d = icmp ult i64 %%bsub%d, %d' % (i, i, i + 50)
|
/toolchain/binutils/binutils-2.27/bfd/ |
elf64-alpha.c | 2263 bfd *bsub; local 2323 bfd *bsub; local [all...] |
/toolchain/binutils/binutils-2.27/include/opcode/ |
pn.h | 100 { "bsub", 0x5c080000, 0xff8f0000, "", 2 },
|
/external/llvm/lib/Target/AArch64/ |
AArch64RegisterInfo.td | 25 def bsub : SubRegIndex<8>; 249 let SubRegIndices = [bsub] in {
|
AArch64InstrInfo.td | [all...] |
AArch64InstrInfo.cpp | [all...] |