Searched refs:has_helper (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | translate.h | 163 bool is_predicated, bool has_helper) in ctx_log_vreg_write() argument 165 if (has_helper) { in ctx_log_vreg_write() 197 bool is_predicated, bool has_helper) in ctx_log_vreg_write_pair() argument 199 ctx_log_vreg_write(ctx, rnum ^ 0, type, is_predicated, has_helper); in ctx_log_vreg_write_pair() 200 ctx_log_vreg_write(ctx, rnum ^ 1, type, is_predicated, has_helper); in ctx_log_vreg_write_pair() 204 bool has_helper) in ctx_log_vreg_read() argument 206 if (has_helper) { in ctx_log_vreg_read() 218 bool has_helper) in ctx_log_vreg_read_new() argument 224 if (has_helper) { in ctx_log_vreg_read_new() 236 bool has_helper) in ctx_log_vreg_read_pair() argument [all …]
|