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

  /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/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-encoding.s 104 # CHECK-BE: bcctr 4, 10, 3 # encoding: [0x4c,0x8a,0x1c,0x20]
105 # CHECK-LE: bcctr 4, 10, 3 # encoding: [0x20,0x1c,0x8a,0x4c]
106 bcctr 4, 10, 3
107 # CHECK-BE: bcctr 4, 10 # encoding: [0x4c,0x8a,0x04,0x20]
108 # CHECK-LE: bcctr 4, 10 # encoding: [0x20,0x04,0x8a,0x4c]
109 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 727 void Assembler::bcctr(BOfield bo, int condition_bit, LKBit lk) { function in class:v8::internal::Assembler
737 void Assembler::bctr() { bcctr(BA, 0, LeaveLK); }
740 void Assembler::bctrl() { bcctr(BA, 0, SetLK); }
    [all...]
assembler-ppc.h 795 void bcctr(BOfield bo, int condition_bit, LKBit lk);
    [all...]
constants-ppc.h     [all...]

Completed in 242 milliseconds