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

/gem5/src/python/m5/
H A Dparams.py235 code('${{self.ptype.cxx_type}} ${{self.name}};')
399 code('std::vector< ${{self.ptype.cxx_type}} > ${{self.name}};')
441 cxx_type = 'std::string' variable in class:String
627 class Int(CheckedInt): cxx_type = 'int'; size = 32; unsigned = False
628 class Unsigned(CheckedInt): cxx_type = 'unsigned'; size = 32; unsigned = True
630 class Int8(CheckedInt): cxx_type = 'int8_t'; size = 8; unsigned = False
631 class UInt8(CheckedInt): cxx_type = 'uint8_t'; size = 8; unsigned = True
632 class Int16(CheckedInt): cxx_type = 'int16_t'; size = 16; unsigned = False
633 class UInt16(CheckedInt): cxx_type = 'uint16_t'; size = 16; unsigned = True
634 class Int32(CheckedInt): cxx_type
647 cxx_type = 'Cycles' variable in class:Cycles
670 cxx_type = 'double' variable in class:Float
699 cxx_type = 'uint64_t' variable in class:MemorySize
711 cxx_type = 'uint32_t' variable in class:MemorySize32
723 cxx_type = 'Addr' variable in class:Addr
756 cxx_type = 'AddrRange' variable in class:AddrRange
890 cxx_type = 'bool' variable in class:Bool
956 cxx_type = 'Net::EthAddr' variable in class:EthernetAddr
1009 cxx_type = 'Net::IpAddress' variable in class:IpAddress
1061 cxx_type = 'Net::IpNetmask' variable in class:IpNetmask
1135 cxx_type = 'Net::IpWithPort' variable in class:IpWithPort
1245 cxx_type = 'tm' variable in class:Time
1527 cxx_type = 'Tick' variable in class:TickParamValue
1710 cxx_type = 'float' variable in class:NetworkBandwidth
1749 cxx_type = 'float' variable in class:MemoryBandwidth
[all...]

Completed in 8 milliseconds