HomeSort by relevance Sort by last modified time
    Searched defs:I2 (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
loop_temps.s 209 I2 = P2;
233 I2 = P2;
235 R4 = [I0++] || R5 = [I2--];
238 A1 -= R4.H*R5.H, A0 += R4.L*R5.L (IS) || R4 = [I0++] || R5 = [I2--];
263 I2 = P2;
266 R5 = [I2--];
271 A1 -= R4.H*R5.H, A0 += R4.L*R5.L (IS) || R4 = [I0++] || R5 = [I2--];
273 R0 = (A0 += A1) || I2 += M0;
278 A1 = A0 = 0 || [I2--] = R5
280 I2 += 4
    [all...]
move2.s 76 R2 = I2;
94 P2 = I2;
113 A1.X = I2;
134 I2 = SP;
138 I2 = A1.X;
173 I2 = B1;
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
DefaultInterfaceMethodWithStaticInitializer.java 65 interface I2 {
67 DefaultInterfaceMethodWithStaticInitializer D = RECORDER.register(I2.class);
75 public static class C implements I1, I2 {
82 return ImmutableList.of(I1.class.getSimpleName(), I2.class.getSimpleName());
104 interface I2 extends I1 {
105 DefaultInterfaceMethodWithStaticInitializer D = RECORDER.register(I2.class);
113 * Loading this class will trigger the execution of the static initializers of I2 and I1.
114 * However, I1 will be loaded first, as I2 extends I1.
116 public static class C implements I2, I1 {
125 return ImmutableList.of(I1.class.getSimpleName(), I2.class.getSimpleName())
    [all...]
  /external/llvm/unittests/Analysis/
UnrollAnalyzer.cpp 113 auto I2 = SimplifiedValuesVector[0].find(Y2);
114 EXPECT_TRUE(I2 != SimplifiedValuesVector[0].end());
115 EXPECT_FALSE(cast<ConstantInt>((*I2).second)->getZExtValue());
124 I2 = SimplifiedValuesVector[TripCount - 1].find(Y2);
125 EXPECT_TRUE(I2 != SimplifiedValuesVector[TripCount - 1].end());
126 EXPECT_TRUE(cast<ConstantInt>((*I2).second)->getZExtValue());
177 auto I2 = SimplifiedValuesVector[0].find(Y2);
178 EXPECT_TRUE(I2 == SimplifiedValuesVector[0].end());
220 auto I2 = SimplifiedValuesVector[5].find(Y2);
221 EXPECT_TRUE(I2 != SimplifiedValuesVector[5].end())
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_formats.c 109 #define I2(c, p, n, r, g, b, a, t, s, u) \
302 I2(A, R32G32_SINT, RG32_SINT, R, G, xx, xx, SINT, R32_G32, IR),
303 I2(A, R32G32_UINT, RG32_UINT, R, G, xx, xx, UINT, R32_G32, IR),
325 I2(A, R16G16_SINT, RG16_SINT, R, G, xx, xx, SINT, R16_G16, IR),
326 I2(A, R16G16_UINT, RG16_UINT, R, G, xx, xx, UINT, R16_G16, IR),
343 I2(A, R8G8_SINT, RG8_SINT, R, G, xx, xx, SINT, G8R8, IR),
344 I2(A, R8G8_UINT, RG8_UINT, R, G, xx, xx, UINT, G8R8, IR),
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_vector.java 167 Int2 I2 = s.get_u16_2();
168 if (I2.x != 1 || I2.y != 2) {
171 I2.x = 2;
172 I2.y = 3;
173 s.set_u16_2(I2);
194 I2 = s.get_i32_2();
195 if (I2.x != 1 || I2.y != 2) {
198 I2.x = 2
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_vector.java 182 Int2 I2 = s.get_u16_2();
183 if (I2.x != 1 || I2.y != 2) {
186 I2.x = 2;
187 I2.y = 3;
188 s.set_u16_2(I2);
209 I2 = s.get_i32_2();
210 if (I2.x != 1 || I2.y != 2) {
213 I2.x = 2
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_vector.java 184 Int2 I2 = s.get_u16_2();
185 if (I2.x != 1 || I2.y != 2) {
188 I2.x = 2;
189 I2.y = 3;
190 s.set_u16_2(I2);
211 I2 = s.get_i32_2();
212 if (I2.x != 1 || I2.y != 2) {
215 I2.x = 2
    [all...]
  /frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
UT_vector.java 167 Int2 I2 = s.get_u16_2();
168 if (I2.x != 1 || I2.y != 2) {
171 I2.x = 2;
172 I2.y = 3;
173 s.set_u16_2(I2);
194 I2 = s.get_i32_2();
195 if (I2.x != 1 || I2.y != 2) {
198 I2.x = 2
    [all...]
  /frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
UT_vector.java 167 Int2 I2 = s.get_u16_2();
168 if (I2.x != 1 || I2.y != 2) {
171 I2.x = 2;
172 I2.y = 3;
173 s.set_u16_2(I2);
194 I2 = s.get_i32_2();
195 if (I2.x != 1 || I2.y != 2) {
198 I2.x = 2
    [all...]
  /art/test/910-methods/src/art/
Test910.java 188 public static interface I2 {
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 139 while (const IfStmt *I2 = dyn_cast_or_null<IfStmt>(Else)) {
140 const Expr *Cond2 = I2->getCond();
149 Else = I2->getElse();
331 Expr::const_child_iterator I2 = Expr2->child_begin();
332 while (I1 != Expr1->child_end() && I2 != Expr2->child_end()) {
333 if (!*I1 || !*I2 || !isIdenticalStmt(Ctx, *I1, *I2, IgnoreSideEffects))
336 ++I2;
342 if (I2 != Expr2->child_end())
436 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin()
    [all...]
  /external/google-breakpad/src/common/
test_assembler_unittest.cc 745 #define I2(a,b) { a,b }
824 ASSERT_BYTES(contents, I2(0xa1, 0x15));
872 ASSERT_BYTES(contents, I2(0x2e, 0x7e));
924 ASSERT_BYTES(contents, I2(0xa1, 0x15));
988 ASSERT_BYTES(contents, I2(0x2e, 0x7e));
1043 ASSERT_BYTES(contents, I2(0x2a, 0xd3));
1052 ASSERT_BYTES(contents, I2(0x2a, 0x4b));
1109 ASSERT_BYTES(contents, I2(0x2a, 0x26));
1118 ASSERT_BYTES(contents, I2(0x2a, 0xa8));
1176 ASSERT_BYTES(contents, I2(0x2a, 0xe6))
    [all...]
  /external/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp 549 auto I2 = std::next(I1);
550 while (I2 != List.end()) {
551 MachineInstr &Last = **I2;
561 ++I2;
604 I2 = List.erase(I2);
  /external/llvm/unittests/ADT/
APIntTest.cpp 947 uint64_t I2 = 0x1000011;
948 APInt A2(64, I2);
    [all...]
  /external/ppp/pppd/
md4.c 47 #define I2 0x98badcfe
110 MDp->buffer[2] = I2;
  /external/swiftshader/third_party/subzero/src/
IceOperand.cpp 140 I2 = (UseTrimmed ? Other.TrimmedBegin : Other.Range.begin());
142 while (I1 != E1 && I2 != E2) {
143 if (I1->second <= I2->first) {
147 if (I2->second <= I1->first) {
148 ++I2;
  /external/clang/test/Sema/
warn-duplicate-enum.c 57 I2,
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 100 void combine(MachineInstr &I1, MachineInstr &I2,
104 bool isSafeToMoveTogether(MachineInstr &I1, MachineInstr &I2,
247 /// isSafeToMoveTogether - Returns true if it is safe to move I1 next to I2 such
250 MachineInstr &I2,
254 unsigned I2UseReg = UseReg(I2.getOperand(1));
256 // It is not safe to move I1 and I2 into one combine if I2 has a true
263 // First try to move I2 towards I1.
265 // A reverse_iterator instantiated like below starts before I2, and I1
267 // Look at instructions I in between I2 and (excluding) I1
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PrologEpilogInserter.cpp 334 MachineBasicBlock::iterator I2 = I;
335 while (I2 != MBB->begin() && (--I2)->getDesc().isTerminator())
336 I = I2;
432 MachineBasicBlock::iterator I2 = I;
433 while (I2 != MBB->begin() && (--I2)->getDesc().isTerminator())
434 I = I2;
  /prebuilts/go/darwin-x86/src/runtime/
iface_test.go 16 type I2 interface {
50 i2 I2
135 i2 = tm
137 e = i2
142 i2 = tm
144 i1 = i2
179 i2 = i1.(I2)
49 i2 I2 var
  /prebuilts/go/linux-x86/src/runtime/
iface_test.go 16 type I2 interface {
50 i2 I2
135 i2 = tm
137 e = i2
142 i2 = tm
144 i1 = i2
179 i2 = i1.(I2)
49 i2 I2 var
  /system/bt/embdrv/sbc/decoder/include/
oi_stddefs.h 101 uint32_t I2; /**< least significant 32 bits */
114 uint32_t I2; /**< least significant 32 bits as an unsigned integer */
125 uint32_t I2; /**< second-most significant 32 bits */
145 uint32_t I2; /**< second-most significant 32 bits as an unsigned integer */
  /toolchain/binutils/binutils-2.27/opcodes/
ia64-opc-i.c 26 #define I2 IA64_TYPE_I, 2
173 I2, OpX2TaTbYaXcC (5, 0, a, b, 1, 1, c), {P1, P2, IMMU5b}, EMPTY
175 I2, OpX2TaTbYaXcC (5, 0, a, b, 1, 1, c), {P2, P1, IMMU5b}, PSEUDO, 0, NULL
195 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P1, P2, R3, POS6}, EMPTY
197 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P2, P1, R3, POS6}, PSEUDO, 0, NULL
217 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P1, P2, R3}, EMPTY
219 I2, OpX2TaTbYaC (5, 0, a, b, c, d), {P2, P1, R3}, PSEUDO, 0, NULL
290 #undef I2
  /art/test/912-classes/src-art/art/
Test912.java 478 public static interface I2 {

Completed in 894 milliseconds

1 23 4 5