/system/core/sh/ |
arith.h | 4 #define ARITH_OR 261
|
arith.y | 63 %left ARITH_OR 83 | expr ARITH_OR expr { $$ = $1 ? $1 : $3 ? $3 : 0; }
|
arith_lex.l | 75 "||" { return(ARITH_OR); }
|
init.c | 39 #undef ARITH_OR 40 #define ARITH_OR 261 331 #undef ARITH_OR 332 #define ARITH_OR 261 623 #undef ARITH_OR 624 #define ARITH_OR 261
|
arith.c | 59 ARITH_OR = 261, 86 #define ARITH_OR 261 399 "ARITH_RPAREN", "ARITH_OR", "ARITH_AND", "ARITH_BOR", "ARITH_BXOR", [all...] |
arith_lex.c | 807 { return(ARITH_OR); } [all...] |
/external/qemu/tcg/sparc/ |
tcg-target.c | 228 #define ARITH_OR (INSN_OP(2) | INSN_OP3(0x02)) 309 tcg_out_arith(s, ret, arg, TCG_REG_G0, ARITH_OR); 319 tcg_out_arithi(s, ret, TCG_REG_G0, arg, ARITH_OR); 329 tcg_out_arithi(s, ret, ret, arg & 0x3ff, ARITH_OR); 353 tcg_out_arith(s, ret, ret, TCG_REG_I4, ARITH_OR); 673 tcg_out_arith(s, ret, ret, TCG_REG_I5, ARITH_OR); [all...] |
/external/qemu/tcg/x86_64/ |
tcg-target.c | 188 #define ARITH_OR 1 1022 c = ARITH_OR; 1044 c = ARITH_OR; [all...] |
/external/qemu/tcg/i386/ |
tcg-target.c | 289 #define ARITH_OR 1 [all...] |