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 290 ARITH_CMP = 0xa,
299 ((opc == ARITH_CMP || opc == ARITH_CMN || opc == ARITH_TST) << 20)
1012 tcg_out_dat_reg(s, COND_AL, ARITH_CMP, 0, TCG_REG_R1,
1023 tcg_out_dat_reg(s, COND_EQ, ARITH_CMP, 0,
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 194 #define ARITH_CMP 7
511 tgen_arithi64(s, ARITH_CMP, arg1, arg2);
513 tgen_arithi32(s, ARITH_CMP, arg1, arg2);
517 tcg_out_modrm(s, 0x01 | (ARITH_CMP << 3) | rexw, arg2, arg1);
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 250 #define OPC_CMP_GvEv (OPC_ARITH_GvEv | (ARITH_CMP << 3))
295 #define ARITH_CMP 7
770 tgen_arithi(s, ARITH_CMP + rexw, arg1, arg2, 0);
773 tgen_arithr(s, ARITH_CMP + rexw, arg1, arg2);
    [all...]

Completed in 28 milliseconds