Searched refs:is_s (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | vec_helper.c | 2042 int is_s = extract32(desc, SIMD_DATA_SHIFT, 1); in do_fmlal() local 2052 if (is_s) { in do_fmlal() 2105 int is_s = extract32(desc, SIMD_DATA_SHIFT, 1); in do_fmlal_idx() local 2116 if (is_s) { in do_fmlal_idx()
|
H A D | translate-a64.c | 5594 static bool do_fmlal(DisasContext *s, arg_qrrr_e *a, bool is_s, bool is_2) in do_fmlal() argument 5597 int data = (is_2 << 1) | is_s; in do_fmlal() 6393 static bool do_fmlal_idx(DisasContext *s, arg_qrrx_e *a, bool is_s, bool is_2) in TRANS() 6396 int data = (a->idx << 2) | (is_2 << 1) | is_s; in TRANS()
|