/external/llvm/test/MC/Disassembler/PowerPC/ |
ppc64-encoding-ext.txt | 170 # CHECK: bcctr 12, 2 182 # CHECK: bcctr 15, 2 194 # CHECK: bcctr 14, 2 206 # CHECK: bcctr 4, 2 218 # CHECK: bcctr 7, 2 230 # CHECK: bcctr 6, 2 308 # CHECK: bcctr 12, 8 312 # CHECK: bcctr 12, 0 340 # CHECK: bcctr 15, 8 344 # CHECK: bcctr 15, [all...] |
ppc64-encoding.txt | 31 # CHECK: bcctr 4, 10, 3 34 # CHECK: bcctr 4, 10
|
ppc64le-encoding.txt | 31 # CHECK: bcctr 4, 10, 3 34 # CHECK: bcctr 4, 10
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
476.s | 36 bcctr 12,0,0 37 bcctr 4,10,0 38 bcctr 4,6 39 bcctr 4,6,0
|
a2.s | 45 bcctr 4,6,1 46 bcctr- 4,6 47 bcctr+ 4,6
|
a2.d | 61 a8: (4c 86 0c 20|20 0c 86 4c) bcctr 4,4\*cr1\+eq,1 63 b0: (4c a6 04 20|20 04 a6 4c) bcctr\+ 4,4\*cr1\+eq
|
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding.s | 63 # CHECK-BE: bcctr 4, 10, 3 # encoding: [0x4c,0x8a,0x1c,0x20] 64 # CHECK-LE: bcctr 4, 10, 3 # encoding: [0x20,0x1c,0x8a,0x4c] 65 bcctr 4, 10, 3 66 # CHECK-BE: bcctr 4, 10 # encoding: [0x4c,0x8a,0x04,0x20] 67 # CHECK-LE: bcctr 4, 10 # encoding: [0x20,0x04,0x8a,0x4c] 68 bcctr 4, 10 [all...] |
ppc64-encoding-ext.s | 181 # CHECK-BE: bcctr 12, 2 # encoding: [0x4d,0x82,0x04,0x20] 182 # CHECK-LE: bcctr 12, 2 # encoding: [0x20,0x04,0x82,0x4d] 214 # CHECK-BE: bcctr 15, 2 # encoding: [0x4d,0xe2,0x04,0x20] 215 # CHECK-LE: bcctr 15, 2 # encoding: [0x20,0x04,0xe2,0x4d] 247 # CHECK-BE: bcctr 14, 2 # encoding: [0x4d,0xc2,0x04,0x20] 248 # CHECK-LE: bcctr 14, 2 # encoding: [0x20,0x04,0xc2,0x4d] 280 # CHECK-BE: bcctr 4, 2 # encoding: [0x4c,0x82,0x04,0x20] 281 # CHECK-LE: bcctr 4, 2 # encoding: [0x20,0x04,0x82,0x4c] 313 # CHECK-BE: bcctr 7, 2 # encoding: [0x4c,0xe2,0x04,0x20] 314 # CHECK-LE: bcctr 7, 2 # encoding: [0x20,0x04,0xe2,0x4c [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCInstr64Bit.td | 98 "bcctr 12, $bi, 0", IIC_BrB, []>, 101 "bcctr 4, $bi, 0", IIC_BrB, []>, [all...] |
PPCInstrInfo.td | [all...] |
PPCInstrInfo.cpp | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
ChangeLog-2004 | 396 (powerpc_opcodes): Allow BH field on bclr, bclrl, bcctr, bcctrl.
|
ChangeLog-2011 | 144 (insert_bo, insert_boe): Reject bcctr with bit 2 in bo unset.
|
ppc-opc.c | [all...] |
/external/pcre/dist/sljit/ |
sljitNativePPC_common.c | 144 #define BCCTR (HI(19) | LO(528) | (3 << 11)) [all...] |
/external/v8/src/ppc/ |
assembler-ppc.cc | 683 void Assembler::bcctr(BOfield bo, int condition_bit, LKBit lk) { function in class:v8::internal::Assembler 694 void Assembler::bctr() { bcctr(BA, 0, LeaveLK); } 697 void Assembler::bctrl() { bcctr(BA, 0, SetLK); } [all...] |
assembler-ppc.h | 574 void bcctr(BOfield bo, int condition_bit, LKBit lk); [all...] |
/external/valgrind/VEX/priv/ |
guest_ppc_toIR.c | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-ppc.c | [all...] |