| 1193 | void BC0T( std::string& output ){ output += "bc0t\t"; offset_decode(output); } |
| 1194 | void BC0FL( std::string& output ){ output += "bc0fl\t"; offset_decode(output); } |
| 1195 | void BC0TL( std::string& output ){ output += "bc0tl\t"; offset_decode(output); } |
| 1196 | void TLBR( std::string& output ){ output += "tlbr";} |
| 1197 | void TLBWI( std::string& output ){ output += "tlbwi";} |
| 1198 | void TLBWR( std::string& output ){ output += "tlbwr";} |
nothing calls this directly
no test coverage detected