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

  /external/qemu/tcg/arm/
tcg-target.c 207 ARITH_CMP = 0xa,
216 ((opc == ARITH_CMP || opc == ARITH_CMN || opc == ARITH_TST) << 20)
895 tcg_out_dat_reg(s, COND_AL, ARITH_CMP,
906 tcg_out_dat_reg(s, COND_EQ, ARITH_CMP,
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 194 #define ARITH_CMP 7
504 tgen_arithi64(s, ARITH_CMP, arg1, arg2);
506 tgen_arithi32(s, ARITH_CMP, arg1, arg2);
509 tcg_out_modrm(s, 0x01 | (ARITH_CMP << 3) | rexw, arg2, arg1);
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 159 #define ARITH_CMP 7
353 tgen_arithi(s, ARITH_CMP, arg1, arg2, 0);
356 tcg_out_modrm(s, 0x01 | (ARITH_CMP << 3), arg2, arg1);
    [all...]

Completed in 1119 milliseconds