Home
last modified time | relevance | path

Searched refs:dcbf (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Dppc64-encoding-bookII.s65 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/
Dppccache.S23 dcbf r0,r3
76 1: dcbf 0,r3
/external/llvm/test/MC/PowerPC/
Dppc64-encoding-bookII.s63 # 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/
Dppc64-encoding-bookII.s.cs13 0x7c,0x02,0x18,0xac = dcbf 2, 3
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-bookII.txt54 # CHECK: dcbf 2, 3
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-bookII.txt54 # CHECK: dcbf 2, 3
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DMemory.inc65 // 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/
DMemory.inc60 // 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/
DMemory.inc60 // 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/
Drelease.S410 dcbf 0, r10
Dstart.S1842 1: dcbf 0,r4 /* ...and flush. */
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSchedule.td149 // dcbf LdStDCBF
DPPCInstrInfo.td529 "dcbf $dst", LdStDCBF, [(int_ppc_dcbf xoaddr:$dst)]>,
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicsPowerPC.td20 // dcba/dcbf/dcbi/dcbst/dcbt/dcbz/dcbzl(PPC970) instructions.
/external/llvm/include/llvm/IR/
DIntrinsicsPowerPC.td20 // dcba/dcbf/dcbi/dcbst/dcbt/dcbz/dcbzl(PPC970) instructions.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicsPowerPC.td20 // dcba/dcbf/dcbi/dcbst/dcbt/dcbz/dcbzl(PPC970) instructions.
/external/v8/src/ppc/
Dassembler-ppc.h1185 void dcbf(Register ra, Register rb);
Dconstants-ppc.h1244 V(dcbf, DCBF, 0x7C0000AC) \
Dassembler-ppc.cc1646 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/
DPPCInstrInfo.td1610 "dcbf $dst, $TH", IIC_LdStDCBF, []>,
4261 def DCBFx : PPCAsmPseudo<"dcbf $dst", (ins memrr:$dst)>;
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td1451 def DCBF : DCB_Form<86, 0, (outs), (ins memrr:$dst), "dcbf $dst",
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc4951 ppc_dcbf, // llvm.ppc.dcbf
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DIntrinsics.gen4012 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/
DIntrinsics.gen4012 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/
DIntrinsics.gen4012 ppc_dcbf, // llvm.ppc.dcbf
10070 "llvm.ppc.dcbf",
18010 3, // llvm.ppc.dcbf

12