Searched defs:INSN_COND (Results 1 - 3 of 3) sorted by relevance
/external/qemu/tcg/hppa/ |
H A D | tcg-target.c | 267 #define INSN_COND(x) ((x) << 13) macro 768 op |= INSN_COND(pacond & 7); 810 op |= INSN_COND(pacond & 7);
|
/external/qemu/tcg/sparc/ |
H A D | tcg-target.c | 202 #define INSN_COND(x, a) (((x) << 25) | ((a) << 29)) macro 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_bcon [all...] |
/external/valgrind/main/VEX/priv/ |
H A D | guest_arm_toIR.c | 12438 # define INSN_COND SLICE_UInt(insn, 31, 28) macro 12443 vassert(BITS4(1,1,1,1) == INSN_COND); 12568 # undef INSN_COND macro 12594 # define INSN_COND SLICE_UInt(insn, 31, 28) macro 12701 switch ( (ARMCondcode)INSN_COND ) { 12718 assign( condT, mk_armg_calculate_condition( INSN_COND )); 12834 name, nCC(INSN_COND), bitS ? "s" : "", rD, rN, dis_buf ); 12875 nCC(INSN_COND), bitS ? "s" : "", rD, dis_buf ); 12901 nCC(INSN_COND), rN, dis_buf ); 12932 nCC(INSN_COND), r 14826 # undef INSN_COND macro [all...] |
Completed in 178 milliseconds