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

/gem5/src/arch/hsail/
H A Dgen.py673 mem_types = all_int_types + arith_float_types variable
748 cvt_types = ('B1',) + mem_types
754 gen('Lda', mem_types, base_class = 'LdInst', constructor_prefix='decode')
755 gen('Ld', mem_types, base_class = 'LdInst', constructor_prefix='decode')
756 gen('St', mem_types, base_class = 'StInst', constructor_prefix='decode',

Completed in 5 milliseconds