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

  /system/core/sh/
arith.h 5 #define ARITH_AND 262
arith.y 64 %left ARITH_AND
84 | expr ARITH_AND expr { $$ = $1 ? ( $3 ? $3 : 0 ) : 0; }
arith_lex.l 76 "&&" { return(ARITH_AND); }
init.c 41 #undef ARITH_AND
42 #define ARITH_AND 262
333 #undef ARITH_AND
334 #define ARITH_AND 262
625 #undef ARITH_AND
626 #define ARITH_AND 262
arith.c 60 ARITH_AND = 262,
87 #define ARITH_AND 262
399 "ARITH_RPAREN", "ARITH_OR", "ARITH_AND", "ARITH_BOR", "ARITH_BXOR",
    [all...]
arith_lex.c 812 { return(ARITH_AND); }
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 191 #define ARITH_AND 4
423 } else if (c == ARITH_AND && val == 0xffu) {
426 } else if (c == ARITH_AND && val == 0xffffu) {
443 } else if (c == ARITH_AND && val == 0xffffffffu) {
446 } else if (c == ARITH_AND && val == (uint32_t)val) {
535 tgen_arithi32(s, ARITH_AND, dest, 0xff);
1019 c = ARITH_AND;
1041 c = ARITH_AND;
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 226 #define ARITH_AND (INSN_OP(2) | INSN_OP3(0x01))
443 tcg_out_arithi(s, reg, reg, val, ARITH_AND);
446 tcg_out_arith(s, reg, reg, TCG_REG_I5, ARITH_AND);
667 tcg_out_arith(s, ret, ret, TCG_REG_I5, ARITH_AND);
771 ARITH_AND);
880 tcg_out_arith(s, arg0, addr_reg, TCG_REG_I5, ARITH_AND);
983 ARITH_AND);
1060 tcg_out_arith(s, arg0, addr_reg, TCG_REG_I5, ARITH_AND);
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 281 ARITH_AND = 0x0,
520 tcg_out_dat_imm(s, cond, ARITH_AND, rd, rn, 0xff);
995 tcg_out_dat_imm(s, COND_AL, ARITH_AND,
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 292 #define ARITH_AND 4
671 if (c == ARITH_AND) {
1023 tgen_arithi(s, ARITH_AND + rexw, r0,
1025 tgen_arithi(s, ARITH_AND + rexw, r1,
    [all...]

Completed in 939 milliseconds