Home
last modified time | relevance | path

Searched refs:bcctr (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-ext.txt170 # 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, 0
[all …]
Dppc64le-encoding.txt31 # CHECK: bcctr 4, 10, 3
34 # CHECK: bcctr 4, 10
Dppc64-encoding.txt31 # CHECK: bcctr 4, 10, 3
34 # CHECK: bcctr 4, 10
/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s63 # 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
Dppc64-encoding-ext.s181 # 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/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSchedule.td132 // bcctr BrB
/external/v8/src/ppc/
Dassembler-ppc.cc729 void Assembler::bcctr(BOfield bo, int condition_bit, LKBit lk) { in bcctr() function in v8::internal::Assembler
739 void Assembler::bctr() { bcctr(BA, 0, LeaveLK); } in bctr()
742 void Assembler::bctrl() { bcctr(BA, 0, SetLK); } in bctrl()
Dassembler-ppc.h575 void bcctr(BOfield bo, int condition_bit, LKBit lk);
Dconstants-ppc.h2112 V(bcctr, BCCTRX, 0x4C000420) \
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td98 "bcctr 12, $bi, 0", IIC_BrB, []>,
101 "bcctr 4, $bi, 0", IIC_BrB, []>,
DPPCInstrInfo.td1161 "bcctr 12, $bi, 0", IIC_BrB, []>;
1163 "bcctr 4, $bi, 0", IIC_BrB, []>;
4068 "bcctr $bo, $bi, $bh", IIC_BrB, []>;
4076 def : InstAlias<"bcctr $bo, $bi", (gBCCTR u5imm:$bo, crbitrc:$bi, 0)>;