HomeSort by relevance Sort by last modified time
    Searched defs:cc_op (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
bfin-parse.y 593 %type <r0> cc_op
4325 cc_op: label
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_helpers.c 84 vex_printf("CC_OP=%d %9d %9d %9d %9d\n",
112 UInt armg_calculate_flag_n ( UInt cc_op, UInt cc_dep1,
116 NOTE_N_EVAL(cc_op);
119 switch (cc_op) {
183 cc_op, cc_dep1, cc_dep2, cc_dep3 );
192 UInt armg_calculate_flag_z ( UInt cc_op, UInt cc_dep1,
196 NOTE_Z_EVAL(cc_op);
199 switch (cc_op) {
264 cc_op, cc_dep1, cc_dep2, cc_dep3 );
273 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1
476 UInt cc_op = cond_n_op & 0xF; local
1080 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
1130 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
guest_arm64_helpers.c 115 ULong arm64g_calculate_flag_n ( ULong cc_op, ULong cc_dep1,
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,
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,
355 switch (cc_op) {
452 cc_op, cc_dep1, cc_dep2, cc_dep3 );
462 ULong arm64g_calculate_flag_v ( ULong cc_op, ULong cc_dep1
615 ULong cc_op = cond_n_op & 0xF; local
    [all...]
guest_s390_helpers.c 1848 ULong cond, cc_op; local
2385 ULong cc_op; local
    [all...]
guest_x86_helpers.c 494 UInt x86g_calculate_eflags_all_WRK ( UInt cc_op,
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,
586 x86g_calculate_eflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
593 UInt x86g_calculate_eflags_c ( UInt cc_op,
601 tabc_fast[cc_op]++;
606 switch (cc_op) {
628 tabc_fast[cc_op]--;
629 tabc_slow[cc_op]++
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...]
guest_amd64_helpers.c 662 ULong amd64g_calculate_rflags_all_WRK ( ULong cc_op,
667 switch (cc_op) {
768 cc_op, cc_dep1_formal, cc_dep2_formal, cc_ndep_formal );
776 ULong amd64g_calculate_rflags_all ( ULong cc_op,
787 amd64g_calculate_rflags_all_WRK ( cc_op, cc_dep1, cc_dep2, cc_ndep );
793 ULong amd64g_calculate_rflags_c ( ULong cc_op,
801 tabc_fast[cc_op]++;
806 switch (cc_op) {
831 tabc_fast[cc_op]--;
832 tabc_slow[cc_op]++
1044 IRExpr *cond, *cc_op, *cc_dep1, *cc_dep2; local
1780 IRExpr *cc_op, *cc_dep1, *cc_dep2, *cc_ndep; local
    [all...]
guest_arm64_toIR.c 1875 UInt cc_op = ARM64G_CC_OP_NUMBER; local
1904 UInt cc_op = ARM64G_CC_OP_NUMBER; local
1980 UInt cc_op = ARM64G_CC_OP_NUMBER; local
    [all...]

Completed in 112 milliseconds