Home
last modified time | relevance | path

Searched refs:right_cond (Results 1 – 8 of 8) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/sim/d10v/
H A Dinterp.c1105 unsigned long right_cond = ins_type_counters[ (int)INS_RIGHT_COND_TEST ]; local
1106 unsigned long right_total = right + right_parallel + right_cond + right_nops;
1122 …e = strlen (add_commas (buf1, sizeof (buf1), (left_cond > right_cond) ? left_cond : right_cond));
1139 cond_size, add_commas (buf4, sizeof (buf4), right_cond),
/dports/devel/gdb761/gdb-7.6.1/sim/d10v/
H A Dinterp.c1117 unsigned long right_cond = ins_type_counters[ (int)INS_RIGHT_COND_TEST ]; local
1118 unsigned long right_total = right + right_parallel + right_cond + right_nops;
1134 …e = strlen (add_commas (buf1, sizeof (buf1), (left_cond > right_cond) ? left_cond : right_cond));
1151 cond_size, add_commas (buf4, sizeof (buf4), right_cond),
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/d10v/
H A Dinterp.c1104 unsigned long right_cond = ins_type_counters[ (int)INS_RIGHT_COND_TEST ]; local
1105 unsigned long right_total = right + right_parallel + right_cond + right_nops;
1121 …e = strlen (add_commas (buf1, sizeof (buf1), (left_cond > right_cond) ? left_cond : right_cond));
1138 cond_size, add_commas (buf4, sizeof (buf4), right_cond),
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/d10v/
H A Dinterp.c1104 unsigned long right_cond = ins_type_counters[ (int)INS_RIGHT_COND_TEST ]; local
1105 unsigned long right_total = right + right_parallel + right_cond + right_nops;
1121 …e = strlen (add_commas (buf1, sizeof (buf1), (left_cond > right_cond) ? left_cond : right_cond));
1138 cond_size, add_commas (buf4, sizeof (buf4), right_cond),
/dports/devel/avr-gdb/gdb-7.3.1/sim/cr16/
H A Dinterp.c1272 unsigned long right_cond = ins_type_counters[ (int)INS_RIGHT_COND_TEST ]; in sim_info()
1273 unsigned long right_total = right + right_parallel + right_cond + right_nops; in sim_info()
1289 … = strlen (add_commas (buf1, sizeof (buf1), (left_cond > right_cond) ? left_cond : right_cond)); in sim_info()
1306 cond_size, add_commas (buf4, sizeof (buf4), right_cond), in sim_info()
/dports/devel/gdb761/gdb-7.6.1/sim/cr16/
H A Dinterp.c1278 unsigned long right_cond = ins_type_counters[ (int)INS_RIGHT_COND_TEST ]; in sim_info()
1279 unsigned long right_total = right + right_parallel + right_cond + right_nops; in sim_info()
1295 … = strlen (add_commas (buf1, sizeof (buf1), (left_cond > right_cond) ? left_cond : right_cond)); in sim_info()
1312 cond_size, add_commas (buf4, sizeof (buf4), right_cond), in sim_info()
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/c_api/
H A Dtiledb.h5012 const tiledb_query_condition_t* right_cond,
H A Dtiledb.cc3838 const tiledb_query_condition_t* const right_cond, in tiledb_query_condition_combine() argument
3844 sanity_check(ctx, right_cond) == TILEDB_ERR) in tiledb_query_condition_combine()
3873 *right_cond->query_condition_, in tiledb_query_condition_combine()