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

/gem5/ext/systemc/src/sysc/qt/md/
H A Daxp_b.s28 $L0:
42 bgt $16,$L0
H A Dmips_b.s28 $L0:
36 bgtz $4,$L0
H A Dsparc_b.s27 L0: label
40 bg L0
58 bg L0
H A Dvax_b.s28 L0: label
36 bgtr L0
H A Dm88k_b.s29 L0: label
35 bcnd.n gt0,r2,L0
H A Dpowerpc_mach_b.s91 L0: label
101 blt L0
H A Dpowerpc_sys5_b.s91 L0: label
101 blt L0
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.hh57 L0, L1, L2, L3, L4, L5, L6, L7, enumerator in enum:SparcTraceChild::RegNum
H A Dtracechild.cc99 case SparcTraceChild::L0: return locals[0];
/gem5/src/arch/arm/
H A Dpagetable.hh78 L0 = 0, // AArch64 only enumerator in enum:ArmISA::LookupLevel
H A Dtable_walker.hh71 DescriptorBase() : lookupLevel(L0) {}
434 // In AArch64 blocks are not allowed at L0 for the 4 KB granule
438 return lookupLevel == L0 || lookupLevel == L3 ? Invalid : Block;
H A Dtable_walker.cc149 stateQueues[L0].empty() && stateQueues[L1].empty() &&
777 L0, L1, L1, __,
865 ArmFault::TranslationLL + L0, isStage2,
872 ArmFault::TranslationLL + L0,
920 for (int L = L0; L != MAX_LOOKUP_LEVELS; ++L) {
1889 doLongDescriptorWrapper(L0);

Completed in 24 milliseconds