HomeSort by relevance Sort by last modified time
    Searched refs:SRC2 (Results 1 - 7 of 7) sorted by null

  /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...]
  /external/llvm/lib/Target/R600/
R600Defines.h 74 SRC2,
R600InstrInfo.cpp 176 {R600Operands::SRC2, R600Operands::SRC2_SEL},
714 case R600Operands::SRC2: return 3;
AMDILISelDAGToDAG.cpp 344 TII->getOperandIdx(Opcode, R600Operands::SRC2)
  /external/openssl/crypto/bn/asm/
modexp512-x86_64.pl 82 #MULSTEP_512_ADD MACRO x7, x6, x5, x4, x3, x2, x1, x0, dst, src1, src2, add_src, tmp1, tmp2
87 my ($x, $DST, $SRC2, $ASRC, $OP, $TMP)=@_;
90 mov (+8*0)($SRC2), %rax
101 mov (+8*$i)($SRC2), %rax
115 #MULSTEP_512 MACRO x7, x6, x5, x4, x3, x2, x1, x0, dst, src2, src1_val, tmp
120 my ($x, $DST, $SRC2, $OP, $TMP)=@_;
123 mov (+8*0)($SRC2), %rax
133 mov (+8*$i)($SRC2), %rax
671 # mont_mul_a3b : subroutine to compute (Src1 * Src2) % M (all 512-bits)
673 # src2: Address of source 2: rs
    [all...]
  /external/llvm/lib/Target/R600/MCTargetDesc/
R600MCCodeEmitter.cpp 222 {R600Operands::SRC2, R600Operands::SRC2_SEL}

Completed in 670 milliseconds