HomeSort by relevance Sort by last modified time
    Searched refs:bcctr (Results 1 - 10 of 10) sorted by null

  /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/v8/src/ppc/
assembler-ppc.cc 729 void Assembler::bcctr(BOfield bo, int condition_bit, LKBit lk) { function in class:v8::internal::Assembler
739 void Assembler::bctr() { bcctr(BA, 0, LeaveLK); }
742 void Assembler::bctrl() { bcctr(BA, 0, SetLK); }
    [all...]
assembler-ppc.h 575 void bcctr(BOfield bo, int condition_bit, LKBit lk);
    [all...]
constants-ppc.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 20 BCCTR
1347 BCCTR: "bcctr",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 20 BCCTR
1347 BCCTR: "bcctr",
    [all...]

Completed in 185 milliseconds