Home
last modified time | relevance | path

Searched refs:SRC2 (Results 1 – 17 of 17) sorted by relevance

/external/bison/lib/
Dbitset.h218 #define bitset_and(DST, SRC1, SRC2) BITSET_AND_ (DST, SRC1, SRC2) argument
221 #define bitset_and_cmp(DST, SRC1, SRC2) BITSET_AND_CMP_ (DST, SRC1, SRC2) argument
224 #define bitset_andn(DST, SRC1, SRC2) BITSET_ANDN_ (DST, SRC1, SRC2) argument
227 #define bitset_andn_cmp(DST, SRC1, SRC2) BITSET_ANDN_CMP_ (DST, SRC1, SRC2) argument
230 #define bitset_or(DST, SRC1, SRC2) BITSET_OR_ (DST, SRC1, SRC2) argument
233 #define bitset_or_cmp(DST, SRC1, SRC2) BITSET_OR_CMP_ (DST, SRC1, SRC2) argument
236 #define bitset_xor(DST, SRC1, SRC2) BITSET_XOR_ (DST, SRC1, SRC2) argument
239 #define bitset_xor_cmp(DST, SRC1, SRC2) BITSET_XOR_CMP_ (DST, SRC1, SRC2) argument
244 #define bitset_and_or(DST, SRC1, SRC2, SRC3) \ argument
245 BITSET_AND_OR_ (DST, SRC1, SRC2, SRC3)
[all …]
Dbbitset.h164 #define BITSET_CHECK3_(DST, SRC1, SRC2) \ argument
166 || !BITSET_COMPATIBLE_ (DST, SRC2)) abort ();
168 #define BITSET_CHECK4_(DST, SRC1, SRC2, SRC3) \ argument
169 if (!BITSET_COMPATIBLE_ (DST, SRC1) || !BITSET_COMPATIBLE_ (DST, SRC2) \
230 #define BITSET_AND_(DST, SRC1, SRC2) (SRC1)->b.vtable->and_ (DST, SRC1, SRC2) argument
231 #define BITSET_AND_CMP_(DST, SRC1, SRC2) (SRC1)->b.vtable->and_cmp (DST, SRC1, SRC2) argument
234 #define BITSET_ANDN_(DST, SRC1, SRC2) (SRC1)->b.vtable->andn (DST, SRC1, SRC2) argument
235 #define BITSET_ANDN_CMP_(DST, SRC1, SRC2) (SRC1)->b.vtable->andn_cmp (DST, SRC1, SRC2) argument
238 #define BITSET_OR_(DST, SRC1, SRC2) (SRC1)->b.vtable->or_ (DST, SRC1, SRC2) argument
239 #define BITSET_OR_CMP_(DST, SRC1, SRC2) (SRC1)->b.vtable->or_cmp (DST, SRC1, SRC2) argument
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
Dx86_xform3.S43 #define SRC2 REGOFF(8, ESI) macro
125 FLD_S( SRC2 ) /* F0 F7 F6 F5 F4 */
127 FLD_S( SRC2 ) /* F1 F0 F7 F6 F5 F4 */
129 FLD_S( SRC2 ) /* F2 F1 F0 F7 F6 F5 F4 */
131 FLD_S( SRC2 ) /* F3 F2 F1 F0 F7 F6 F5 F4 */
214 FLD_S( SRC2 ) /* F0 F5 F4 */
216 FLD_S( SRC2 ) /* F1 F0 F5 F4 */
218 FLD_S( SRC2 ) /* F2 F1 F0 F5 F4 */
228 MOV_L( SRC2, EBX )
307 FLD_S( SRC2 ) /* F0 F6 F5 F4 */
[all …]
Dx86_xform4.S43 #define SRC2 REGOFF(8, ESI) macro
125 FLD_S( SRC2 ) /* F0 F7 F6 F5 F4 */
127 FLD_S( SRC2 ) /* F1 F0 F7 F6 F5 F4 */
129 FLD_S( SRC2 ) /* F2 F1 F0 F7 F6 F5 F4 */
131 FLD_S( SRC2 ) /* F3 F2 F1 F0 F7 F6 F5 F4 */
221 FLD_S( SRC2 ) /* F0 F5 F4 */
223 FLD_S( SRC2 ) /* F1 F0 F5 F4 */
225 FLD_S( SRC2 ) /* F6 F1 F0 F5 F4 */
237 MOV_L( SRC2, EBX )
317 FLD_S( SRC2 ) /* F0 F6 F5 F4 */
[all …]
Dx86_cliptest.S38 #define SRC2 REGOFF(8, ESI) macro
169 MOV_L( SRC2, EBX )
233 FLD_S( SRC2 ) /* F2 F1 F0 F3 */
335 MOV_L( SRC2, EBX )
Dx86_xform2.S43 #define SRC2 REGOFF(8, ESI) macro
/external/mesa3d/src/mesa/x86/
Dx86_xform3.S43 #define SRC2 REGOFF(8, ESI) macro
125 FLD_S( SRC2 ) /* F0 F7 F6 F5 F4 */
127 FLD_S( SRC2 ) /* F1 F0 F7 F6 F5 F4 */
129 FLD_S( SRC2 ) /* F2 F1 F0 F7 F6 F5 F4 */
131 FLD_S( SRC2 ) /* F3 F2 F1 F0 F7 F6 F5 F4 */
214 FLD_S( SRC2 ) /* F0 F5 F4 */
216 FLD_S( SRC2 ) /* F1 F0 F5 F4 */
218 FLD_S( SRC2 ) /* F2 F1 F0 F5 F4 */
228 MOV_L( SRC2, EBX )
307 FLD_S( SRC2 ) /* F0 F6 F5 F4 */
[all …]
Dx86_xform4.S43 #define SRC2 REGOFF(8, ESI) macro
125 FLD_S( SRC2 ) /* F0 F7 F6 F5 F4 */
127 FLD_S( SRC2 ) /* F1 F0 F7 F6 F5 F4 */
129 FLD_S( SRC2 ) /* F2 F1 F0 F7 F6 F5 F4 */
131 FLD_S( SRC2 ) /* F3 F2 F1 F0 F7 F6 F5 F4 */
221 FLD_S( SRC2 ) /* F0 F5 F4 */
223 FLD_S( SRC2 ) /* F1 F0 F5 F4 */
225 FLD_S( SRC2 ) /* F6 F1 F0 F5 F4 */
237 MOV_L( SRC2, EBX )
317 FLD_S( SRC2 ) /* F0 F6 F5 F4 */
[all …]
Dx86_cliptest.S38 #define SRC2 REGOFF(8, ESI) macro
169 MOV_L( SRC2, EBX )
233 FLD_S( SRC2 ) /* F2 F1 F0 F3 */
335 MOV_L( SRC2, EBX )
Dx86_xform2.S43 #define SRC2 REGOFF(8, ESI) macro
/external/llvm/test/CodeGen/SystemZ/
Datomicrmw-minmax-02.ll162 ; CHECK: llilh [[SRC2:%r[0-9]+]], 32769
163 ; CHECK: crjle [[ROT:%r[0-9]+]], [[SRC2]]
164 ; CHECK: risbg [[ROT]], [[SRC2]], 32, 47, 0
179 ; CHECK: llilh [[SRC2:%r[0-9]+]], 32766
180 ; CHECK: crjhe [[ROT:%r[0-9]+]], [[SRC2]]
181 ; CHECK: risbg [[ROT]], [[SRC2]], 32, 47, 0
196 ; CHECK: llilh [[SRC2:%r[0-9]+]], 1
197 ; CHECK: clrjle [[ROT:%r[0-9]+]], [[SRC2]],
198 ; CHECK: risbg [[ROT]], [[SRC2]], 32, 47, 0
213 ; CHECK: llilh [[SRC2:%r[0-9]+]], 65534
[all …]
Datomicrmw-minmax-01.ll162 ; CHECK: llilh [[SRC2:%r[0-9]+]], 33024
163 ; CHECK: crjle [[ROT:%r[0-9]+]], [[SRC2]]
164 ; CHECK: risbg [[ROT]], [[SRC2]], 32, 39, 0
179 ; CHECK: llilh [[SRC2:%r[0-9]+]], 32256
180 ; CHECK: crjhe [[ROT:%r[0-9]+]], [[SRC2]]
181 ; CHECK: risbg [[ROT]], [[SRC2]], 32, 39, 0
196 ; CHECK: llilh [[SRC2:%r[0-9]+]], 256
197 ; CHECK: clrjle [[ROT:%r[0-9]+]], [[SRC2]],
198 ; CHECK: risbg [[ROT]], [[SRC2]], 32, 39, 0
213 ; CHECK: llilh [[SRC2:%r[0-9]+]], 65024
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
Dmodexp512-x86_64.pl87 my ($x, $DST, $SRC2, $ASRC, $OP, $TMP)=@_;
90 mov (+8*0)($SRC2), %rax
101 mov (+8*$i)($SRC2), %rax
120 my ($x, $DST, $SRC2, $OP, $TMP)=@_;
123 mov (+8*0)($SRC2), %rax
133 mov (+8*$i)($SRC2), %rax
/external/openssl/crypto/bn/asm/
Dmodexp512-x86_64.pl87 my ($x, $DST, $SRC2, $ASRC, $OP, $TMP)=@_;
90 mov (+8*0)($SRC2), %rax
101 mov (+8*$i)($SRC2), %rax
120 my ($x, $DST, $SRC2, $OP, $TMP)=@_;
123 mov (+8*0)($SRC2), %rax
133 mov (+8*$i)($SRC2), %rax
/external/mesa3d/src/gallium/drivers/radeon/
DSIInstrInfo.td407 bits<9> SRC2;
420 let Inst{58-50} = SRC2;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DSIInstrInfo.td407 bits<9> SRC2;
420 let Inst{58-50} = SRC2;
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td139 // Combines the two integer registers SRC1 and SRC2 into a double register.
160 // Combines the two immediates SRC1 and SRC2 into a double register.