/external/clang/test/CodeGenObjCXX/ |
D | lambda-expressions.mm | 2 …e-darwin10.0.0 -emit-llvm -o - %s -fexceptions -std=c++11 -fblocks | FileCheck -check-prefix=MRC %s 7 // MRC: @OBJC_METH_VAR_NAME{{.*}} = private global [5 x i8] c"copy\00" 8 // MRC: @OBJC_METH_VAR_NAME{{.*}} = private global [12 x i8] c"autorelease\00" 9 // MRC-LABEL: define i32 ()* @_Z1fv( 10 // MRC-LABEL: define internal i32 ()* @"_ZZ1fvENK3$_0cvU13block_pointerFivEEv" 11 // MRC: store i8* bitcast (i8** @_NSConcreteStackBlock to i8*) 12 // MRC: store i8* bitcast (i32 (i8*)* @"___ZZ1fvENK3$_0cvU13block_pointerFivEEv_block_invoke" to i8… 13 // MRC: call i32 ()* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i32 ()* (i8*, i8*)*) 14 // MRC: call i32 ()* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i32 ()* (i8*, i8*)*) 15 // MRC: ret i32 ()* [all …]
|
/external/clang/test/Driver/ |
D | objc-weak.m | 17 …macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-weak 2>&1 | FileCheck %s --check-prefix MRC-WEAK 18 …-version-min=10.7 -S -### %s -fno-objc-weak -fobjc-weak 2>&1 | FileCheck %s --check-prefix MRC-WEAK 19 // MRC-WEAK: -fobjc-weak 21 … -mmacosx-version-min=10.7 -S -### %s -fno-objc-weak 2>&1 | FileCheck %s --check-prefix MRC-NO-WEAK 22 …rsion-min=10.7 -S -### %s -fobjc-weak -fno-objc-weak 2>&1 | FileCheck %s --check-prefix MRC-NO-WEAK 23 // MRC-NO-WEAK: -fno-objc-weak 25 …sx-version-min=10.5 -S -### %s -fobjc-weak 2>&1 | FileCheck %s --check-prefix MRC-WEAK-NOTSUPPORTED 26 …10.5 -S -### %s -fno-objc-weak -fobjc-weak 2>&1 | FileCheck %s --check-prefix MRC-WEAK-NOTSUPPORTED 27 // MRC-WEAK-NOTSUPPORTED: error: -fobjc-weak is not supported on the current deployment target
|
/external/arm-neon-tests/ |
D | InitCache.s | 18 MRC p15, 0, r0, c1, c0, 0 ; read CP15 register 1 into r0 30 MRC p15, 0, r0, c1, c0, 1 ; Read Auxiliary Control Register 42 MRC p15, 0, r0, c1, c0, 0 ; read CP15 register 1 into r0
|
D | Init.s | 33 MRC p15, 0, r0, c1, c0, 0 ; Read CP15 Control Register into r0
|
/external/clang/test/CodeGenObjC/ |
D | attr-noreturn.m | 1 …x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-MRC 62 // CHECK-MRC: call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*)*)(i8* {{.*}}… 79 // CHECK-MRC: call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*)*)(i8* {{.*}}…
|
/external/u-boot/arch/arm/mach-omap2/ |
D | lowlevel_init.S | 41 MRC p15, 4, R0, c1, c0, 0
|
/external/clang/test/ARCMT/ |
D | GC-no-arc-runtime.m | 7 // MRC __weak broke this test somehow.
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | thumb2-diagnostics.s | 32 @ Out of range immediates for MRC/MRC2/MRRC/MRRC2
|
D | diagnostics.s | 107 @ Out of range immediates for MRC/MRC2/MRRC/MRRC2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/ARM/ |
D | cfi-same-value.mir | 39 $r4 = MRC 15, 0, 13, 0, 3, 14, _
|
/external/llvm/test/CodeGen/MIR/ARM/ |
D | cfi-same-value.mir | 39 %r4 = MRC 15, 0, 13, 0, 3, 14, _
|
/external/u-boot/arch/x86/ |
D | Kconfig | 408 bool "Enable MRC cache" 411 Enable this feature to cause MRC data to be cached in NV storage 418 If such GUID does not exist, MRC cache is not avaiable on such 427 the resulting U-Boot image. MRC stands for Memory Reference Code. 470 CAR space is required by the MRC. The CAR space available to U-Boot
|
/external/llvm/test/MC/ARM/ |
D | thumb2-diagnostics.s | 35 @ Out of range immediates for MRC/MRC2/MRRC/MRRC2
|
D | diagnostics.s | 175 @ Out of range immediates for MRC/MRC2/MRRC/MRRC2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | thumb2-diagnostics.s | 35 @ Out of range immediates for MRC/MRC2/MRRC/MRRC2
|
D | diagnostics.s | 201 @ Out of range immediates for MRC/MRC2/MRRC/MRRC2
|
/external/u-boot/doc/ |
D | README.x86 | 325 6f0000 MRC cache CONFIG_ENABLE_MRC_CACHE 1043 to be taken care of. The first important part is the Memory Reference Code (MRC) 1044 parameters. Quark MRC supports memory-down configuration only. All these MRC 1046 the MRC section of arch/x86/dts/galileo.dts to your board's device tree, then 1048 Available MRC parameter values are listed in include/dt-bindings/mrc/quark.h.
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 217 LANGOPT(ObjCWeak , 1, 0, "Objective-C __weak in ARC and MRC files")
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 250 const MCRegisterClass &MRC = MRI.getRegClass(ARM::GPRRegClassID); in printInst() local 253 if (MRC.contains(Reg)) { in printInst()
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.cpp | 242 const MCRegisterClass &MRC = MRI.getRegClass(ARM::GPRRegClassID); in printInst() local 245 if (MRC.contains(Reg)) { in printInst()
|
/external/capstone/arch/ARM/ |
D | ARMInstPrinter.c | 670 MCRegisterClass* MRC = MCRegisterInfo_getRegClass(MRI, ARM_GPRRegClassID); in ARM_printInst() local 674 if (MCRegisterClass_contains(MRC, Reg)) { in ARM_printInst()
|
/external/u-boot/tools/binman/ |
D | README | 174 Currently this is handled by ifdtool, which places microcode, FSP, MRC, VGA
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 2002 AddDefaultPred(BuildMI(McrMBB, DL, TII.get(ARM::MRC), ScratchReg0) in adjustForSegmentedStacks()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrAVX512.td | 40 RegisterClass MRC = 603 From.RC:$src1, (iPTR imm:$idx), To.RC:$src0, To.MRC:$mask), 607 (COPY_TO_REGCLASS To.MRC:$mask, To.KRCWM), 613 From.RC:$src1, (iPTR imm:$idx), To.ImmAllZerosV, To.MRC:$mask), 616 (COPY_TO_REGCLASS To.MRC:$mask, To.KRCWM), 6317 addr:$ptr, (SrcInfo.VT SrcInfo.RC:$src), SrcInfo.MRC:$mask), 6319 (COPY_TO_REGCLASS SrcInfo.MRC:$mask, SrcInfo.KRCWM),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 2303 BuildMI(McrMBB, DL, TII.get(ARM::MRC), ScratchReg0) in adjustForSegmentedStacks()
|