Searched refs:cc_op (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_arm_helpers.c111 UInt armg_calculate_flag_n ( UInt cc_op, UInt cc_dep1, argument
115 NOTE_N_EVAL(cc_op);
118 switch (cc_op) {
182 cc_op, cc_dep1, cc_dep2, cc_dep3 );
191 UInt armg_calculate_flag_z ( UInt cc_op, UInt cc_dep1, argument
195 NOTE_Z_EVAL(cc_op);
198 switch (cc_op) {
263 cc_op, cc_dep1, cc_dep2, cc_dep3 );
272 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1, argument
276 NOTE_C_EVAL(cc_op);
353 armg_calculate_flag_v( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
437 armg_calculate_flags_nzcv( UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_dep3 ) argument
475 UInt cc_op = cond_n_op & 0xF; local
821 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
871 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
[all...]
H A Dguest_arm_defs.h86 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1,
92 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1,
98 UInt armg_calculate_flag_v ( UInt cc_op, UInt cc_dep1,
104 UInt armg_calculate_condition ( UInt cond_n_op /* ARMCondcode << 4 | cc_op */,
H A Dguest_arm64_defs.h84 ULong arm64g_calculate_flags_nzcv ( ULong cc_op, ULong cc_dep1,
90 ULong arm64g_calculate_flag_c ( ULong cc_op, ULong cc_dep1,
96 //ZZ UInt armg_calculate_flag_v ( UInt cc_op, UInt cc_dep1,
102 ULong arm64g_calculate_condition ( /* ARM64Condcode << 4 | cc_op */
H A Dguest_arm64_helpers.c115 ULong arm64g_calculate_flag_n ( ULong cc_op, ULong cc_dep1, argument
118 switch (cc_op) {
224 cc_op, cc_dep1, cc_dep2, cc_dep3 );
233 ULong arm64g_calculate_flag_z ( ULong cc_op, ULong cc_dep1, argument
236 switch (cc_op) {
343 cc_op, cc_dep1, cc_dep2, cc_dep3 );
352 ULong arm64g_calculate_flag_c ( ULong cc_op, ULong cc_dep1, argument
355 switch (cc_op) {
452 cc_op, cc_dep1, cc_dep2, cc_dep3 );
462 ULong arm64g_calculate_flag_v ( ULong cc_op, ULon argument
576 arm64g_calculate_flags_nzcv( ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_dep3 ) argument
615 ULong cc_op = cond_n_op & 0xF; local
[all...]
H A Dguest_x86_helpers.c494 UInt x86g_calculate_eflags_all_WRK ( UInt cc_op, argument
499 switch (cc_op) {
567 cc_op, cc_dep1_formal, cc_dep2_formal, cc_ndep_formal );
575 UInt x86g_calculate_eflags_all ( UInt cc_op, argument
586 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
593 UInt x86g_calculate_eflags_c ( UInt cc_op, argument
601 tabc_fast[cc_op]++;
606 switch (cc_op) {
628 tabc_fast[cc_op]--;
629 tabc_slow[cc_op]
639 x86g_calculate_condition( UInt cond, UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep ) argument
840 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1259 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
1333 IRExpr *cc_op, *cc_dep1; /*, *cc_dep2, *cc_ndep; */ local
[all...]
H A Dguest_amd64_helpers.c642 ULong amd64g_calculate_rflags_all_WRK ( ULong cc_op, argument
647 switch (cc_op) {
742 cc_op, cc_dep1_formal, cc_dep2_formal, cc_ndep_formal );
750 ULong amd64g_calculate_rflags_all ( ULong cc_op, argument
761 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
767 ULong amd64g_calculate_rflags_c ( ULong cc_op, argument
775 tabc_fast[cc_op]++;
780 switch (cc_op) {
805 tabc_fast[cc_op]--;
806 tabc_slow[cc_op]
816 amd64g_calculate_condition( ULong cond, ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep ) argument
1018 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1698 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
[all...]
H A Dguest_x86_defs.h91 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
96 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
101 UInt cc_op,
H A Dguest_amd64_defs.h91 ULong cc_op,
96 ULong cc_op,
102 ULong cc_op,
H A Dguest_s390_helpers.c1481 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep) argument
1486 switch (cc_op) {
1848 ULong cond, cc_op; local
1856 condition and the cc_op are constant. So check that upfront. */
1861 cc_op = cc_op_expr->Iex.Const.con->Ico.U64;
1875 if (cc_op == S390_CC_OP_SIGNED_COMPARE) {
1911 if (cc_op == S390_CC_OP_UNSIGNED_COMPARE) {
1947 if (cc_op == S390_CC_OP_LOAD_AND_TEST) {
1991 if (cc_op == S390_CC_OP_BITWISE) {
2022 if (cc_op
2385 ULong cc_op; local
[all...]
H A Dguest_s390_defs.h243 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,
H A Dguest_arm64_toIR.c1840 void setFlags_D1_D2_ND ( UInt cc_op, argument
1846 vassert(cc_op >= ARM64G_CC_OP_COPY && cc_op < ARM64G_CC_OP_NUMBER);
1847 stmt( IRStmt_Put( OFFB_CC_OP, mkU64(cc_op) ));
1870 UInt cc_op = ARM64G_CC_OP_NUMBER; local
1871 /**/ if ( isSUB && is64) { cc_op = ARM64G_CC_OP_SUB64; }
1872 else if ( isSUB && !is64) { cc_op = ARM64G_CC_OP_SUB32; }
1873 else if (!isSUB && is64) { cc_op = ARM64G_CC_OP_ADD64; }
1874 else if (!isSUB && !is64) { cc_op = ARM64G_CC_OP_ADD32; }
1876 setFlags_D1_D2_ND(cc_op, argL6
1899 UInt cc_op = ARM64G_CC_OP_NUMBER; local
1975 UInt cc_op = ARM64G_CC_OP_NUMBER; local
[all...]
H A Dguest_arm_toIR.c1312 void setFlags_D1_D2_ND ( UInt cc_op, IRTemp t_dep1, argument
1319 vassert(cc_op >= ARMG_CC_OP_COPY && cc_op < ARMG_CC_OP_NUMBER);
1322 stmt( IRStmt_Put( OFFB_CC_OP, mkU32(cc_op) ));
1333 mkU32(cc_op),
1356 static void setFlags_D1_D2 ( UInt cc_op, IRTemp t_dep1, argument
1362 setFlags_D1_D2_ND( cc_op, t_dep1, t_dep2, z32, guardT );
1368 static void setFlags_D1_ND ( UInt cc_op, IRTemp t_dep1, argument
1374 setFlags_D1_D2_ND( cc_op, t_dep1, z32, t_ndep, guardT );
1380 static void setFlags_D1 ( UInt cc_op, IRTem argument
[all...]

Completed in 1004 milliseconds