Searched refs:odd_lo (Results 1 – 7 of 7) sorted by relevance
68 e->b.odd_lo = CR(COP0_EntryLo1); in cop0_execute()
74 return (address & 0xFFF) | ((entry->b.odd_lo >> 6) << 12); in tlb_translate()
85 uint32_t odd_lo; member
73 e->b.odd_lo = CR(COP0_EntryLo1); in cop0_execute()
75 return (address & 0xFFF) | ((entry->b.odd_lo >> 6) << 12); in tlb_translate()
2106 const VecW odd_lo = vecw_unpackhi16(odd_nybbles0, odd_nybbles1); in TransposeNybbleblock() local2111 const VecW final13 = vecw_unpacklo32(odd_lo, odd_hi); in TransposeNybbleblock()2113 const VecW final57 = vecw_unpackhi32(odd_lo, odd_hi); in TransposeNybbleblock()