HomeSort by: relevance | last modified time | path
    Searched defs:X0 (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
lmu_excpt_prot0.S 154 X0: [ P1 ] = R1; // Exception should occur here
161 CHECKREG_SYM(r7, X0, r0); // RETX should be value of X0 (HARDCODED ADDR!!)
lmu_excpt_prot1.S 159 X0: //[p1] = r1; // Exception should occur here
167 CHECKREG_SYM(r7, X0, r0); // RETX should be value of X0 (HARDCODED ADDR!!)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
lmu_excpt_prot0.S 154 X0: [ P1 ] = R1; // Exception should occur here
161 CHECKREG_SYM(r7, X0, r0); // RETX should be value of X0 (HARDCODED ADDR!!)
lmu_excpt_prot1.S 159 X0: //[p1] = r1; // Exception should occur here
167 CHECKREG_SYM(r7, X0, r0); // RETX should be value of X0 (HARDCODED ADDR!!)
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
divtab-arc-sf.c 39 Given an interval [X0,X2) over which to approximate,
40 with X1 := (X0+X2)/2, D := X1-X0, F := 1/D, and S := D/X1 we have,
56 long double X0, X1, X2, S;
66 for (X0 = 1.; X0 < 2.; X0 += inc)
68 X1 = X0 + inc * 0.5;
divtab-arc-df.c 39 Given an interval [X0,X2) over which to approximate,
40 with X1 := (X0+X2)/2, D := X1-X0, F := 1/D, and S := D/X1 we have,
75 long double X0, X1, X2, S;
85 for (X0 = 1.; X0 < 2.; X0 += inc)
87 X1 = X0 + inc * 0.5;
88 X2 = X0 + inc;
149 printf ("%f %f %f %f\n", (double)A0, (double)A1, (double) Ti1, (double)X0);
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
divtab-arc-sf.c 39 Given an interval [X0,X2) over which to approximate,
40 with X1 := (X0+X2)/2, D := X1-X0, F := 1/D, and S := D/X1 we have,
56 long double X0, X1, X2, S;
66 for (X0 = 1.; X0 < 2.; X0 += inc)
68 X1 = X0 + inc * 0.5;
divtab-arc-df.c 39 Given an interval [X0,X2) over which to approximate,
40 with X1 := (X0+X2)/2, D := X1-X0, F := 1/D, and S := D/X1 we have,
75 long double X0, X1, X2, S;
85 for (X0 = 1.; X0 < 2.; X0 += inc)
87 X1 = X0 + inc * 0.5;
88 X2 = X0 + inc;
149 printf ("%f %f %f %f\n", (double)A0, (double)A1, (double) Ti1, (double)X0);
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
pwhash_scryptsalsa208sha256_sse.c 67 ARX(X1, X0, X3, 7) \
68 ARX(X2, X1, X0, 9) \
70 ARX(X0, X3, X2, 18) \
78 ARX(X3, X0, X1, 7) \
79 ARX(X2, X3, X0, 9) \
81 ARX(X0, X1, X2, 18) \
89 * Apply the salsa20/8 core to the block provided in (X0 ... X3) ^ (Z0 ... Z3).
93 __m128i Y0 = X0 = _mm_xor_si128(X0, (in)[0]); \
100 SALSA20_2ROUNDS(out)[0] = X0 = _mm_add_epi32(X0, Y0);
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
ia64-opc-x.c 25 #define X0 IA64_TYPE_X, 0
65 {"break.x", X0, OpX3X6 (0, 0, 0x00), {IMMU62}, 0, 0, NULL},
66 {"nop.x", X0, OpX3X6Y (0, 0, 0x01, 0), {IMMU62}, 0, 0, NULL},
67 {"hint.x", X0, OpX3X6Y (0, 0, 0x01, 1), {IMMU62}, 0, 0, NULL},
70 X0, OpBtypePaWhaDPr (0xC, 0, a, 0, b, 0), {TGT64}, PSEUDO, 0, NULL
79 X0, OpBtypePaWhaD (0xC, 0, a, b, c), {TGT64}, 0, 0, NULL
81 X0, OpBtypePaWhaD (0xC, 0, a, b, c), {TGT64}, PSEUDO, 0, NULL
163 #undef X0
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-opc-x.c 25 #define X0 IA64_TYPE_X, 0
65 {"break.x", X0, OpX3X6 (0, 0, 0x00), {IMMU62}, 0, 0, NULL},
66 {"nop.x", X0, OpX3X6Y (0, 0, 0x01, 0), {IMMU62}, 0, 0, NULL},
67 {"hint.x", X0, OpX3X6Y (0, 0, 0x01, 1), {IMMU62}, 0, 0, NULL},
70 X0, OpBtypePaWhaDPr (0xC, 0, a, 0, b, 0), {TGT64}, PSEUDO, 0, NULL
79 X0, OpBtypePaWhaD (0xC, 0, a, b, c), {TGT64}, 0, 0, NULL
81 X0, OpBtypePaWhaD (0xC, 0, a, b, c), {TGT64}, PSEUDO, 0, NULL
163 #undef X0
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-opc-x.c 25 #define X0 IA64_TYPE_X, 0
65 {"break.x", X0, OpX3X6 (0, 0, 0x00), {IMMU62}, 0, 0, NULL},
66 {"nop.x", X0, OpX3X6Y (0, 0, 0x01, 0), {IMMU62}, 0, 0, NULL},
67 {"hint.x", X0, OpX3X6Y (0, 0, 0x01, 1), {IMMU62}, 0, 0, NULL},
70 X0, OpBtypePaWhaDPr (0xC, 0, a, 0, b, 0), {TGT64}, PSEUDO, 0, NULL
79 X0, OpBtypePaWhaD (0xC, 0, a, b, c), {TGT64}, 0, 0, NULL
81 X0, OpBtypePaWhaD (0xC, 0, a, b, c), {TGT64}, PSEUDO, 0, NULL
163 #undef X0
  /src/external/gpl3/gdb/dist/opcodes/
ia64-opc-x.c 25 #define X0 IA64_TYPE_X, 0
65 {"break.x", X0, OpX3X6 (0, 0, 0x00), {IMMU62}, 0, 0, NULL},
66 {"nop.x", X0, OpX3X6Y (0, 0, 0x01, 0), {IMMU62}, 0, 0, NULL},
67 {"hint.x", X0, OpX3X6Y (0, 0, 0x01, 1), {IMMU62}, 0, 0, NULL},
70 X0, OpBtypePaWhaDPr (0xC, 0, a, 0, b, 0), {TGT64}, PSEUDO, 0, NULL
79 X0, OpBtypePaWhaD (0xC, 0, a, b, c), {TGT64}, 0, 0, NULL
81 X0, OpBtypePaWhaD (0xC, 0, a, b, c), {TGT64}, PSEUDO, 0, NULL
163 #undef X0
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c 62 __m128i X0, X1, X2, X3;
65 X0 = _mm_loadu_si128((const __m128i *) &key[0]);
66 rkeys[i++] = X0;
73 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X0), 0x10)); \
74 X0 = _mm_xor_si128(X0, X3); \
75 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X0), 0x8c)); \
76 X0 = _mm_xor_si128(_mm_xor_si128(X0, X3), X1); \
77 rkeys[i++] = X0; \
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/avr/
lib1funcs.S 3357 #define X0 10
3358 #define X1 X0 + 1
3359 #define X2 X0 + 2
3360 #define X3 X0 + 3
3385 mov4 X0, A0
3409 mov4 A0, X0
3413 mov4 B0, X0
3416 mov4 X0, A0
3467 #undef X0
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 921 Value *X0;
923 if (!tryToDecompose(OtherICmp, X0, UnsetBitsMask))
930 if (X1 == X0) {
933 } else if (match(X0, m_Trunc(m_Specific(X1)))) {
1113 /// (icmp eq X0, Y0) & (icmp eq X1, Y1) -> icmp eq X01, Y01
1114 /// (icmp ne X0, Y0) | (icmp ne X1, Y1) -> icmp ne X01, Y01
1115 /// where X0, X1 and Y0, Y1 are adjacent parts extracted from an integer.
  /src/external/gpl3/gdb.old/dist/sim/sh/
interp.c 428 #define X0 DSP_R (8)
1983 X0 = val;
2155 val = X0;
  /src/external/gpl3/gdb/dist/sim/sh/
interp.c 428 #define X0 DSP_R (8)
1983 X0 = val;
2155 val = X0;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 3506 SDValue X0 = N0.getOperand(0), X1 = N0.getOperand(1);
3508 if ((X0 == S0 && X1 == N1) || (X0 == N1 && X1 == S0))
6837 // fold (or (shl x0, (*ext y)),
6839 // (fshl x0, x1, y) or (fshr x0, x1, (sub 32, y))
6841 // fold (or (shl x0, (*ext (sub 32, y))),
6843 // (fshr x0, x1, y) or (fshl x0, x1, (sub 32, y))
6861 // fold (or (shl x0, y), (srl (srl x1, 1), (xor y, 31))
    [all...]

Completed in 69 milliseconds