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

  /external/qemu/tcg/sparc/
tcg-target.c 202 #define INSN_COND(x, a) (((x) << 25) | ((a) << 29))
219 #define BA (INSN_OP(0) | INSN_COND(COND_A, 0) | INSN_OP2(0x2))
478 tcg_out32(s, (INSN_OP(0) | INSN_COND(opc, 0) | INSN_OP2(0x2)
482 tcg_out32(s, (INSN_OP(0) | INSN_COND(opc, 0) | INSN_OP2(0x2) | 0));
494 tcg_out32(s, (INSN_OP(0) | INSN_COND(opc, 0) | INSN_OP2(0x1) |
499 tcg_out32(s, (INSN_OP(0) | INSN_COND(opc, 0) | INSN_OP2(0x1) |
554 cc = INSN_COND(tcg_cond_to_bcond[TCG_COND_NE], 0);
557 cc = INSN_COND(tcg_cond_to_bcond[TCG_COND_EQ], 0);
562 cc = INSN_COND(tcg_cond_to_bcond[TCG_COND_NE], 0);
574 cc = INSN_COND(tcg_cond_to_bcond[cond], 0)
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c     [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 267 #define INSN_COND(x) ((x) << 13)
768 op |= INSN_COND(pacond & 7);
810 op |= INSN_COND(pacond & 7);
    [all...]

Completed in 83 milliseconds