Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c179 bit_ins(enum bi_class C, unsigned argc, nir_alu_type base, unsigned size) in bit_ins() function
222 bi_instruction ins = bit_ins(c, 2, nir_type_float, size); in bit_fmod_helper()
247 bi_instruction ins = bit_ins(BI_FMA, 3, nir_type_float, size); in bit_fma_helper()
263 bi_instruction ins = bit_ins(BI_FMA, 4, nir_type_float, 32); in bit_fma_mscale_helper()
283 bi_instruction ins = bit_ins(BI_CSEL, 4, nir_type_uint, size); in bit_csel_helper()
298 bi_instruction ins = bit_ins(BI_SPECIAL_ADD, 2, nir_type_float, size); in bit_special_helper()
326 bi_instruction ins = bit_ins(BI_TABLE, 1, nir_type_float, 32); in bit_table_helper()
337 bi_instruction ins = bit_ins(BI_FREXP, 1, nir_type_float, 32); in bit_frexp_helper()
349 bi_instruction ins = bit_ins(BI_ROUND, 1, nir_type_float, sz); in bit_round_helper()
363 bi_instruction ins = bit_ins(BI_REDUCE_FMA, 2, nir_type_float, 32); in bit_reduce_helper()
[all …]