HomeSort by relevance Sort by last modified time
    Searched full:src2 (Results 1 - 25 of 559) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/lib/
bitset.h 217 /* DST = SRC1 & SRC2. */
218 #define bitset_and(DST, SRC1, SRC2) BITSET_AND_ (DST, SRC1, SRC2)
220 /* DST = SRC1 & SRC2. Return non-zero if DST != SRC1 & SRC2. */
221 #define bitset_and_cmp(DST, SRC1, SRC2) BITSET_AND_CMP_ (DST, SRC1, SRC2)
223 /* DST = SRC1 & ~SRC2. */
224 #define bitset_andn(DST, SRC1, SRC2) BITSET_ANDN_ (DST, SRC1, SRC2)
    [all...]
bbitset.h 164 #define BITSET_CHECK3_(DST, SRC1, SRC2) \
166 || !BITSET_COMPATIBLE_ (DST, SRC2)) abort ();
168 #define BITSET_CHECK4_(DST, SRC1, SRC2, SRC3) \
169 if (!BITSET_COMPATIBLE_ (DST, SRC1) || !BITSET_COMPATIBLE_ (DST, SRC2) \
229 /* DST = SRC1 & SRC2. */
230 #define BITSET_AND_(DST, SRC1, SRC2) (SRC1)->b.vtable->and_ (DST, SRC1, SRC2)
231 #define BITSET_AND_CMP_(DST, SRC1, SRC2) (SRC1)->b.vtable->and_cmp (DST, SRC1, SRC2)
233 /* DST = SRC1 & ~SRC2. *
    [all...]
  /art/test/032-concrete-sub/
expected.txt 2 In AbstractBase.doStuff (src2)
  /external/clang/test/SemaOpenCL/
sampler_t_overload.cl 8 void kernel ker(read_only image1d_t src1, read_only image2d_t src2) {
11 foo(smp, src2);
  /external/pcre/dist/sljit/
sljitNativeMIPS_32.c 44 FAIL_IF(push_inst(compiler, op_imm | S(src1) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG)); \
46 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \
50 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
52 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \
58 FAIL_IF(push_inst(compiler, op_imm | T(src1) | DA(EQUAL_FLAG) | SH_IMM(src2), EQUAL_FLAG)); \
60 FAIL_IF(push_inst(compiler, op_imm | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \
64 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
66 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | D(dst), DR(dst))); \
70 sljit_si dst, sljit_si src1, sljit_sw src2)
78 if (dst != src2)
    [all...]
sljitNativePPC_32.c 45 sljit_si dst, sljit_si src1, sljit_si src2)
53 if (dst != src2)
54 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2));
62 return push_inst(compiler, EXTSB | S(src2) | A(dst));
63 return push_inst(compiler, INS_CLEAR_LEFT(dst, src2, 24));
66 return push_inst(compiler, EXTSB | S(src2) | A(dst));
68 SLJIT_ASSERT(dst == src2);
77 return push_inst(compiler, EXTSH | S(src2) | A(dst));
78 return push_inst(compiler, INS_CLEAR_LEFT(dst, src2, 16))
    [all...]
sljitNativePPC_64.c 126 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
127 src2 = TMP_REG2; \
137 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
138 src2 = TMP_REG2; \
149 sljit_si dst, sljit_si src1, sljit_si src2)
155 if (dst != src2)
156 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2));
164 return push_inst(compiler, EXTSW | S(src2) | A(dst));
165 return push_inst(compiler, INS_CLEAR_LEFT(dst, src2, 0))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfoV5.td 48 (sra (i64 (add (i64 (sra I64:$src1, u6ImmPred:$src2)), 1)),
51 bits<6> src2;
52 let Inst{13-8} = src2;
57 : MInst<(outs DoubleRegs:$dst), (ins DoubleRegs:$src1, u6Imm:$src2),
58 "$dst = asrrnd($src1, #$src2)">;
110 (ins PredRegs:$src1, f32Ext:$src2),
111 "if ($src1) $dst = #$src2", []>,
117 (ins PredRegs:$src1, f32Ext:$src2),
118 "if (!$src1) $dst = #$src2", []>,
179 def: Pat<(f32 (fadd F32:$src1, F32:$src2)),
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrCMovSetCC.td 21 : I<opc, MRMSrcReg, (outs GR16:$dst), (ins GR16:$src1, GR16:$src2),
22 !strconcat(Mnemonic, "{w}\t{$src2, $dst|$dst, $src2}"),
24 (X86cmov GR16:$src1, GR16:$src2, CondNode, EFLAGS))],
27 : I<opc, MRMSrcReg, (outs GR32:$dst), (ins GR32:$src1, GR32:$src2),
28 !strconcat(Mnemonic, "{l}\t{$src2, $dst|$dst, $src2}"),
30 (X86cmov GR32:$src1, GR32:$src2, CondNode, EFLAGS))],
33 :RI<opc, MRMSrcReg, (outs GR64:$dst), (ins GR64:$src1, GR64:$src2),
34 !strconcat(Mnemonic, "{q}\t{$src2, $dst|$dst, $src2}")
    [all...]
X86InstrXOP.td 88 (ins VR128:$src1, VR128:$src2),
89 !strconcat(OpcodeStr, "\t{$src2, $src1, $dst|$dst, $src1, $src2}"),
90 [(set VR128:$dst, (Int VR128:$src1, VR128:$src2))]>, XOP_4VOp3;
92 (ins VR128:$src1, i128mem:$src2),
93 !strconcat(OpcodeStr, "\t{$src2, $src1, $dst|$dst, $src1, $src2}"),
95 (Int VR128:$src1, (bitconvert (loadv2i64 addr:$src2))))]>,
98 (ins i128mem:$src1, VR128:$src2),
99 !strconcat(OpcodeStr, "\t{$src2, $src1, $dst|$dst, $src1, $src2}")
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
fast-isel-shifter.ll 11 define i32 @shl_reg(i32 %src1, i32 %src2) nounwind ssp {
15 %shl = shl i32 %src1, %src2
27 define i32 @lshr_reg(i32 %src1, i32 %src2) nounwind ssp {
31 %lshr = lshr i32 %src1, %src2
43 define i32 @ashr_reg(i32 %src1, i32 %src2) nounwind ssp {
47 %ashr = ashr i32 %src1, %src2
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.td 125 def Select8 : Pseudo<(outs GR8:$dst), (ins GR8:$src, GR8:$src2, i8imm:$cc),
128 (MSP430selectcc GR8:$src, GR8:$src2, imm:$cc))]>;
129 def Select16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR16:$src2, i8imm:$cc),
132 (MSP430selectcc GR16:$src, GR16:$src2, imm:$cc))]>;
345 (outs GR8:$dst), (ins GR8:$src, GR8:$src2),
346 "add.b\t{$src2, $dst}",
347 [(set GR8:$dst, (add GR8:$src, GR8:$src2)),
350 (outs GR16:$dst), (ins GR16:$src, GR16:$src2),
351 "add.w\t{$src2, $dst}",
352 [(set GR16:$dst, (add GR16:$src, GR16:$src2)),
    [all...]
  /development/ndk/platforms/android-3/include/linux/
cpumask.h 27 #define cpus_and(dst, src1, src2) __cpus_and(&(dst), &(src1), &(src2), NR_CPUS)
28 #define cpus_or(dst, src1, src2) __cpus_or(&(dst), &(src1), &(src2), NR_CPUS)
29 #define cpus_xor(dst, src1, src2) __cpus_xor(&(dst), &(src1), &(src2), NR_CPUS)
30 #define cpus_andnot(dst, src1, src2) __cpus_andnot(&(dst), &(src1), &(src2), NR_CPUS)
32 #define cpus_equal(src1, src2) __cpus_equal(&(src1), &(src2), NR_CPUS
    [all...]
nodemask.h 28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES)
29 #define nodes_or(dst, src1, src2) __nodes_or(&(dst), &(src1), &(src2), MAX_NUMNODES)
30 #define nodes_xor(dst, src1, src2) __nodes_xor(&(dst), &(src1), &(src2), MAX_NUMNODES)
31 #define nodes_andnot(dst, src1, src2) __nodes_andnot(&(dst), &(src1), &(src2), MAX_NUMNODES)
33 #define nodes_equal(src1, src2) __nodes_equal(&(src1), &(src2), MAX_NUMNODES
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
cpumask.h 27 #define cpus_and(dst, src1, src2) __cpus_and(&(dst), &(src1), &(src2), NR_CPUS)
28 #define cpus_or(dst, src1, src2) __cpus_or(&(dst), &(src1), &(src2), NR_CPUS)
29 #define cpus_xor(dst, src1, src2) __cpus_xor(&(dst), &(src1), &(src2), NR_CPUS)
30 #define cpus_andnot(dst, src1, src2) __cpus_andnot(&(dst), &(src1), &(src2), NR_CPUS)
32 #define cpus_equal(src1, src2) __cpus_equal(&(src1), &(src2), NR_CPUS
    [all...]
nodemask.h 28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES)
29 #define nodes_or(dst, src1, src2) __nodes_or(&(dst), &(src1), &(src2), MAX_NUMNODES)
30 #define nodes_xor(dst, src1, src2) __nodes_xor(&(dst), &(src1), &(src2), MAX_NUMNODES)
31 #define nodes_andnot(dst, src1, src2) __nodes_andnot(&(dst), &(src1), &(src2), MAX_NUMNODES)
33 #define nodes_equal(src1, src2) __nodes_equal(&(src1), &(src2), MAX_NUMNODES
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
cpumask.h 27 #define cpus_and(dst, src1, src2) __cpus_and(&(dst), &(src1), &(src2), NR_CPUS)
28 #define cpus_or(dst, src1, src2) __cpus_or(&(dst), &(src1), &(src2), NR_CPUS)
29 #define cpus_xor(dst, src1, src2) __cpus_xor(&(dst), &(src1), &(src2), NR_CPUS)
30 #define cpus_andnot(dst, src1, src2) __cpus_andnot(&(dst), &(src1), &(src2), NR_CPUS)
32 #define cpus_equal(src1, src2) __cpus_equal(&(src1), &(src2), NR_CPUS
    [all...]
nodemask.h 28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES)
29 #define nodes_or(dst, src1, src2) __nodes_or(&(dst), &(src1), &(src2), MAX_NUMNODES)
30 #define nodes_xor(dst, src1, src2) __nodes_xor(&(dst), &(src1), &(src2), MAX_NUMNODES)
31 #define nodes_andnot(dst, src1, src2) __nodes_andnot(&(dst), &(src1), &(src2), MAX_NUMNODES)
33 #define nodes_equal(src1, src2) __nodes_equal(&(src1), &(src2), MAX_NUMNODES
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
cpumask.h 27 #define cpus_and(dst, src1, src2) __cpus_and(&(dst), &(src1), &(src2), NR_CPUS)
28 #define cpus_or(dst, src1, src2) __cpus_or(&(dst), &(src1), &(src2), NR_CPUS)
29 #define cpus_xor(dst, src1, src2) __cpus_xor(&(dst), &(src1), &(src2), NR_CPUS)
30 #define cpus_andnot(dst, src1, src2) __cpus_andnot(&(dst), &(src1), &(src2), NR_CPUS)
32 #define cpus_equal(src1, src2) __cpus_equal(&(src1), &(src2), NR_CPUS
    [all...]
nodemask.h 28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES)
29 #define nodes_or(dst, src1, src2) __nodes_or(&(dst), &(src1), &(src2), MAX_NUMNODES)
30 #define nodes_xor(dst, src1, src2) __nodes_xor(&(dst), &(src1), &(src2), MAX_NUMNODES)
31 #define nodes_andnot(dst, src1, src2) __nodes_andnot(&(dst), &(src1), &(src2), MAX_NUMNODES)
33 #define nodes_equal(src1, src2) __nodes_equal(&(src1), &(src2), MAX_NUMNODES
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
cpumask.h 27 #define cpus_and(dst, src1, src2) __cpus_and(&(dst), &(src1), &(src2), NR_CPUS)
28 #define cpus_or(dst, src1, src2) __cpus_or(&(dst), &(src1), &(src2), NR_CPUS)
29 #define cpus_xor(dst, src1, src2) __cpus_xor(&(dst), &(src1), &(src2), NR_CPUS)
30 #define cpus_andnot(dst, src1, src2) __cpus_andnot(&(dst), &(src1), &(src2), NR_CPUS)
32 #define cpus_equal(src1, src2) __cpus_equal(&(src1), &(src2), NR_CPUS
    [all...]
nodemask.h 28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES)
29 #define nodes_or(dst, src1, src2) __nodes_or(&(dst), &(src1), &(src2), MAX_NUMNODES)
30 #define nodes_xor(dst, src1, src2) __nodes_xor(&(dst), &(src1), &(src2), MAX_NUMNODES)
31 #define nodes_andnot(dst, src1, src2) __nodes_andnot(&(dst), &(src1), &(src2), MAX_NUMNODES)
33 #define nodes_equal(src1, src2) __nodes_equal(&(src1), &(src2), MAX_NUMNODES
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
cpumask.h 27 #define cpus_and(dst, src1, src2) __cpus_and(&(dst), &(src1), &(src2), NR_CPUS)
28 #define cpus_or(dst, src1, src2) __cpus_or(&(dst), &(src1), &(src2), NR_CPUS)
29 #define cpus_xor(dst, src1, src2) __cpus_xor(&(dst), &(src1), &(src2), NR_CPUS)
30 #define cpus_andnot(dst, src1, src2) __cpus_andnot(&(dst), &(src1), &(src2), NR_CPUS)
32 #define cpus_equal(src1, src2) __cpus_equal(&(src1), &(src2), NR_CPUS
    [all...]
nodemask.h 28 #define nodes_and(dst, src1, src2) __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES)
29 #define nodes_or(dst, src1, src2) __nodes_or(&(dst), &(src1), &(src2), MAX_NUMNODES)
30 #define nodes_xor(dst, src1, src2) __nodes_xor(&(dst), &(src1), &(src2), MAX_NUMNODES)
31 #define nodes_andnot(dst, src1, src2) __nodes_andnot(&(dst), &(src1), &(src2), MAX_NUMNODES)
33 #define nodes_equal(src1, src2) __nodes_equal(&(src1), &(src2), MAX_NUMNODES
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
cpumask.h 27 #define cpus_and(dst, src1, src2) __cpus_and(&(dst), &(src1), &(src2), NR_CPUS)
28 #define cpus_or(dst, src1, src2) __cpus_or(&(dst), &(src1), &(src2), NR_CPUS)
29 #define cpus_xor(dst, src1, src2) __cpus_xor(&(dst), &(src1), &(src2), NR_CPUS)
30 #define cpus_andnot(dst, src1, src2) __cpus_andnot(&(dst), &(src1), &(src2), NR_CPUS)
32 #define cpus_equal(src1, src2) __cpus_equal(&(src1), &(src2), NR_CPUS
    [all...]

Completed in 541 milliseconds

1 2 3 4 5 6 7 8 91011>>