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

/gem5/ext/mcpat/cacti/
H A Dhtree2.h67 void set_in_rise_time(double rt) { argument
68 in_rise_time = rt;
H A Dwire.h84 void set_in_rise_time(double rt) { argument
85 in_rise_time = rt;
H A Dwire.cc226 double rt; local
235 rt = horowitz (0, timeconst, deviceType->Vth / deviceType->Vdd,
242 ft = horowitz (rt, timeconst, deviceType->Vth / deviceType->Vdd,
254 double rt; local
261 rt = horowitz (0, timeconst, deviceType->Vth / deviceType->Vdd,
267 ft = horowitz (rt, timeconst, deviceType->Vth / deviceType->Vdd,
526 //double rt = horowitz(inputrise, timeconst, deviceType->Vth/deviceType->Vdd,
/gem5/src/arch/arm/
H A Dutility.hh273 mcrMrcIssBuild(bool isRead, uint32_t crm, IntRegIndex rt, uint32_t crn, argument
278 (rt << 5) |
285 mcrMrcIssExtract(uint32_t iss, bool &isRead, uint32_t &crm, IntRegIndex &rt, argument
290 rt = (IntRegIndex) ((iss >> 5) & 0xF);
297 mcrrMrrcIssBuild(bool isRead, uint32_t crm, IntRegIndex rt, IntRegIndex rt2, argument
302 (rt << 5) |
309 uint32_t crm, uint32_t op2, IntRegIndex rt)
313 (rt << 5) |
308 msrMrs64IssBuild(bool isRead, uint32_t op0, uint32_t op1, uint32_t crn, uint32_t crm, uint32_t op2, IntRegIndex rt) argument
H A Dutility.cc466 IntRegIndex rt; local
480 mcrMrcIssExtract(iss, isRead, crm, rt, crn, opc1, opc2);
607 IntRegIndex rt; local
614 mcrMrcIssExtract(iss, isRead, crm, rt, crn, opc1, opc2);
656 IntRegIndex rt; local
667 mcrMrcIssExtract(iss, isRead, crm, rt, crn, opc1, opc2);
H A Dtypes.hh125 Bitfield<15, 12> rt; member in namespace:ArmISA
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.cpp468 // rt = source of the reset:
474 void sc_process_b::reset_process( reset_type rt, argument
488 if ( child_p ) child_p->reset_process(rt, descendants);
494 switch (rt)
H A Dsc_process.h384 void reset_process( reset_type rt,
/gem5/src/arch/arm/insts/
H A Dmacromem.cc246 IntRegIndex rn, IntRegIndex rt, IntRegIndex rt2) :
272 *uop++ = new MicroLdFp16Uop(machInst, rt,
277 *uop++ = new MicroStrQBFpXImmUop(machInst, rt,
279 *uop++ = new MicroStrQTFpXImmUop(machInst, rt,
288 *uop++ = new MicroLdPairFp8Uop(machInst, rt, rt2,
291 *uop++ = new MicroStrFpXImmUop(machInst, rt,
298 *uop++ = new MicroLdrDFpXImmUop(machInst, rt, rt2,
301 *uop++ = new MicroStrDFpXImmUop(machInst, rt, rt2,
308 *uop++ = new MicroLdPairUop(machInst, rt, rt2,
311 *uop++ = new MicroStrXImmUop(machInst, rt, pos
242 PairMemOp(const char *mnem, ExtMachInst machInst, OpClass __opClass, uint32_t size, bool fp, bool load, bool noAlloc, bool signExt, bool exclusive, bool acrel, int64_t imm, AddrMode mode, IntRegIndex rn, IntRegIndex rt, IntRegIndex rt2) argument
[all...]
H A Dmacromem.hh453 IntRegIndex rn, IntRegIndex rt, IntRegIndex rt2);
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dast.py983 rt = return_type_and_name
984 assert rt[-1].name == '[', return_type_and_name
985 assert rt[-2].name == 'operator', return_type_and_name

Completed in 36 milliseconds