/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | ppc64-encoding-bookII.s | 65 dcbf 2, 3, 1 68 dcbf 2, 3, 3 111 # CHECK-BE: dcbf 2, 3 # encoding: [0x7c,0x02,0x18,0xac] 112 # CHECK-LE: dcbf 2, 3 # encoding: [0xac,0x18,0x02,0x7c] 113 dcbf 2, 3
|
/external/u-boot/arch/powerpc/lib/ |
D | ppccache.S | 23 dcbf r0,r3 76 1: dcbf 0,r3
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding-bookII.s | 63 # FIXME: dcbf 2, 3, 1 106 # CHECK-BE: dcbf 2, 3 # encoding: [0x7c,0x02,0x18,0xac] 107 # CHECK-LE: dcbf 2, 3 # encoding: [0xac,0x18,0x02,0x7c] 108 dcbf 2, 3
|
/external/capstone/suite/MC/PowerPC/ |
D | ppc64-encoding-bookII.s.cs | 13 0x7c,0x02,0x18,0xac = dcbf 2, 3
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding-bookII.txt | 54 # CHECK: dcbf 2, 3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding-bookII.txt | 54 # CHECK: dcbf 2, 3
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Memory.inc | 65 // Cache uses instructions dcbf and icbi, both of which are treated by 229 asm volatile("dcbf 0, %0" : : "r"(Line));
|
/external/llvm/lib/Support/Unix/ |
D | Memory.inc | 60 // Cache uses instructions dcbf and icbi, both of which are treated by 327 asm volatile("dcbf 0, %0" : : "r"(Line));
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Memory.inc | 60 // Cache uses instructions dcbf and icbi, both of which are treated by 314 asm volatile("dcbf 0, %0" : : "r"(Line));
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | release.S | 410 dcbf 0, r10
|
D | start.S | 1842 1: dcbf 0,r4 /* ...and flush. */
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCSchedule.td | 149 // dcbf LdStDCBF
|
D | PPCInstrInfo.td | 529 "dcbf $dst", LdStDCBF, [(int_ppc_dcbf xoaddr:$dst)]>,
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | IntrinsicsPowerPC.td | 20 // dcba/dcbf/dcbi/dcbst/dcbt/dcbz/dcbzl(PPC970) instructions.
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsPowerPC.td | 20 // dcba/dcbf/dcbi/dcbst/dcbt/dcbz/dcbzl(PPC970) instructions.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IntrinsicsPowerPC.td | 20 // dcba/dcbf/dcbi/dcbst/dcbt/dcbz/dcbzl(PPC970) instructions.
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 1185 void dcbf(Register ra, Register rb);
|
D | constants-ppc.h | 1244 V(dcbf, DCBF, 0x7C0000AC) \
|
D | assembler-ppc.cc | 1646 void Assembler::dcbf(Register ra, Register rb) { in dcbf() function in v8::internal::Assembler
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 1610 "dcbf $dst, $TH", IIC_LdStDCBF, []>, 4261 def DCBFx : PPCAsmPseudo<"dcbf $dst", (ins memrr:$dst)>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 1451 def DCBF : DCB_Form<86, 0, (outs), (ins memrr:$dst), "dcbf $dst",
|
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 4951 ppc_dcbf, // llvm.ppc.dcbf
|
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Intrinsics.gen | 4012 ppc_dcbf, // llvm.ppc.dcbf 10070 "llvm.ppc.dcbf", 18010 3, // llvm.ppc.dcbf
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Intrinsics.gen | 4012 ppc_dcbf, // llvm.ppc.dcbf 10070 "llvm.ppc.dcbf", 18010 3, // llvm.ppc.dcbf
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Intrinsics.gen | 4012 ppc_dcbf, // llvm.ppc.dcbf 10070 "llvm.ppc.dcbf", 18010 3, // llvm.ppc.dcbf
|