Home
last modified time | relevance | path

Searched refs:I0 (Results 1 – 25 of 96) sorted by relevance

1234

/external/webp/src/dsp/
Dmips_macro.h27 I0, I1) \ argument
28 "addq.ph %[" #O0 "], %[" #I0 "], %[" #I1 "] \n\t" \
29 "subq.ph %[" #O1 "], %[" #I0 "], %[" #I1 "] \n\t"
35 I0, I1) \ argument
36 "lh %[" #O0 "], " #I0 "(%[in]) \n\t" \
42 I0, I1, I2, I3, I4, I5, I6, I7, I8, I9) \ argument
43 "ulw %[" #O0 "], " #I1 "+" XSTR(I9) "*" #I5 "(%[" #I0 "]) \n\t" \
44 "ulw %[" #O1 "], " #I2 "+" XSTR(I9) "*" #I6 "(%[" #I0 "]) \n\t" \
45 "ulw %[" #O2 "], " #I3 "+" XSTR(I9) "*" #I7 "(%[" #I0 "]) \n\t" \
46 "ulw %[" #O3 "], " #I4 "+" XSTR(I9) "*" #I8 "(%[" #I0 "]) \n\t"
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20131115_234449-fw_1.0.AA-manual/
Dtouch_firmware_report-link-fw_1.0.AA-complete-20140116_103446.log36 I0
158 (I0
320 I0
380 (I0
446 I0
592 (I0
658 I0
804 (I0
927 I0
935 I0
[all …]
/external/clang/test/SemaObjC/
Dsizeof-interface.m3 @class I0; // expected-note 2{{forward declaration of class here}}
6 int g0 = sizeof(I0); // expected-error{{invalid application of 'sizeof' to an incomplete type 'I0'}}
9 void *g3(I0 *P) {
10 P = P+5; // expected-error {{arithmetic on a pointer to an incomplete type 'I0'}}
12 …4]; // expected-error{{expected method to read array element not found on object of type 'I0 *'}}
17 @interface I0 { interface
26 int g1[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not support…
29 @implementation I0 implementation
35 int g2[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not supported…
53 int bar(I0 *P) {
[all …]
Dmissing-atend-metadata.m3 @interface I0 // expected-note {{receiver is instance of class declared here}} interface
6 @implementation I0 // expected-note {{implementation started here}} implementation
9 @interface I1 : I0 // expected-error {{missing '@end'}}
15 @interface I2 : I0 // expected-error {{missing '@end'}}
Dproperty-category-1.m39 @interface I0 interface
43 @interface I0 (Cat0) interface in Cat0
46 @interface I0 (Cat1) interface in Cat1
49 @implementation I0 // expected-warning {{property 'p0' requires method 'p0' to be define}} implementation
/external/clang/test/CodeGenObjC/
Dinterface.m6 @interface I0 { interface
14 static int f0(I0 *a0) {
18 static int f1(I0 *a0) {
22 static int f2(I0 *a0) {
27 I0 *a = alloca(sizeof(*a) * 4);
Dobjc2-retain-codegen.m4 @interface I0 { interface
5 I0 *_f0;
10 @implementation I0 implementation
Ddebug-info-crash.m12 @interface I0 { interface
13 I0 *_iv0;
20 - (I0<P0> *) im0 {
Dnext-objc-dispatch.m55 @interface I0 : NSObject interface
59 @implementation I0 implementation
70 void f0(I0 *a) {
71 [I0 alloc];
Dfunction-decay.m3 @interface I0 @end interface
4 @implementation I0 implementation
Dno-sanitize.m3 @interface I0 @end interface
4 @implementation I0 implementation
Dclass-type.m6 @interface I0 { interface
21 @interface I2 : I0
Dsynthesize_ivar.m32 @interface I0 @end interface
35 I0<P0> *iv0;
Dproperty-complex.m4 @interface I0 { interface
15 @implementation I0 implementation
42 void f0(I0 *a0) {
Dbitfield-ivar-offsets.m11 @interface I0 { interface
23 @implementation I0 implementation
/external/llvm/unittests/IR/
DValueTest.cpp130 Instruction *I0 = &*BB.begin(); in TEST() local
131 ASSERT_TRUE(I0); in TEST()
152 CHECK_PRINT(I0, " %0 = add i32 %y, 1"); in TEST()
171 CHECK_PRINT_AS_OPERAND(I0, false, "%0"); in TEST()
173 CHECK_PRINT_AS_OPERAND(I0, true, "i32 %0"); in TEST()
200 Instruction *I0 = &*EntryBB.begin(); in TEST() local
201 ASSERT_TRUE(I0); in TEST()
207 EXPECT_EQ(MST.getLocalSlot(I0), 0); in TEST()
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20140116_103525.log92 I0
113 I0
176 (I0
308 I0
327 I0
385 (I0
525 I0
583 (I0
726 I0
784 (I0
[all …]
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp291 for (unsigned reg = SP::I0; reg <= SP::I7; ++reg) in verifyLeafProcRegUse()
317 for (unsigned reg = SP::I0; reg <= SP::I7; ++reg) { in remapRegsForLeafProc()
321 unsigned mapped_reg = reg - SP::I0 + SP::O0; in remapRegsForLeafProc()
328 if ((reg - SP::I0) % 2 == 0) { in remapRegsForLeafProc()
329 unsigned preg = (reg - SP::I0) / 2 + SP::I0_I1; in remapRegsForLeafProc()
344 for (unsigned reg = SP::I0; reg <= SP::I7; ++reg) { in remapRegsForLeafProc()
348 MBB->addLiveIn(reg - SP::I0 + SP::O0); in remapRegsForLeafProc()
DDelaySlotFiller.cpp387 if (reg < SP::I0 || reg > SP::I7) in combineRestoreADD()
399 AddMI->getOperand(0).setReg(reg - SP::I0 + SP::O0); in combineRestoreADD()
415 if (reg < SP::I0 || reg > SP::I7) in combineRestoreOR()
438 OrMI->getOperand(0).setReg(reg - SP::I0 + SP::O0); in combineRestoreOR()
453 if (reg < SP::I0 || reg > SP::I7) in combineRestoreSETHIi()
472 RestoreMI->getOperand(0).setReg(reg - SP::I0 + SP::O0); in combineRestoreSETHIi()
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20140116_103533.log176 (I0
308 I0
385 (I0
525 I0
726 I0
925 I0
1004 (I0
1148 I0
1414 I0
1431 I0
[all …]
/external/clang/test/Driver/
Ddarwin-iphone-defaults.m13 @interface I0 interface
17 @implementation I0 implementation
/external/webrtc/webrtc/common_audio/
Dwindow_generator.cc25 complex<float> I0(complex<float> x) { in I0() function
59 sum += I0(static_cast<float>(M_PI) * alpha * sqrt(1.0f - r * r)).real(); in KaiserBesselDerived()
/external/guava/guava-tests/benchmark/com/google/common/base/
DObjectsBenchmark.java29 private static final Integer I0 = -45; field in ObjectsBenchmark
75 dummy += Objects.hashCode(I2, S1, D1, S2, I0); in hashMixed_5()
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20140116_103515.log176 (I0
308 I0
385 (I0
583 (I0
784 (I0
925 I0
1004 (I0
1129 I0
1148 I0
1224 (I0
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcCallingConv.td20 CCIfType<[i32], CCAssignToReg<[I0, I1, I2, I3, I4, I5]>>,
30 CCIfType<[i32, f32], CCAssignToReg<[I0, I1, I2, I3, I4, I5]>>,

1234