Home
last modified time | relevance | path

Searched refs:ARITH_BXOR (Results 1 – 6 of 6) sorted by relevance

/system/core/sh/
Darith.h7 #define ARITH_BXOR 264 macro
Darith.y66 %left ARITH_BXOR
86 | expr ARITH_BXOR expr { $$ = $1 ^ $3; }
Darith_lex.l78 "^" { return(ARITH_BXOR); }
Dinit.c45 #undef ARITH_BXOR
46 #define ARITH_BXOR 264 macro
337 #undef ARITH_BXOR
338 #define ARITH_BXOR 264 macro
629 #undef ARITH_BXOR
630 #define ARITH_BXOR 264 macro
Darith.c62 ARITH_BXOR = 264, enumerator
89 #define ARITH_BXOR 264 macro
Darith_lex.c822 { return(ARITH_BXOR); }