Searched refs:arith_float_types (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/hsail/
H A Dgen.py664 arith_float_types = ('F32', 'F64') variable
665 arith_types = arith_int_types + arith_float_types
673 mem_types = all_int_types + arith_float_types
685 gen('CopySign', arith_float_types,
687 gen('Sqrt', arith_float_types, 'sqrt(src0)')
688 gen('Floor', arith_float_types, 'floor(src0)')
691 gen('Nsqrt', arith_float_types, 'sqrt(src0)')
692 gen('Nrsqrt', arith_float_types, '1.0/sqrt(src0)')
693 gen('Nrcp', arith_float_types, '1.0/src0')
694 gen('Fract', arith_float_types,
[all...]

Completed in 5 milliseconds