Lines Matching refs:bytecount

408      "rbi $rd,$rs,$rt,$bytecount"
409 (+ OP_COP3 rs rt rd FUNC10_RBI bytecount)
414 "rbil $rd,$rs,$rt,$bytecount"
415 (+ OP_COP3 rs rt rd FUNC10_RBIL bytecount)
420 "rbir $rd,$rs,$rt,$bytecount"
421 (+ OP_COP3 rs rt rd FUNC10_RBIR bytecount)
426 "wbi $rd,$rs,$rt,$bytecount"
427 (+ OP_COP3 rs rt rd FUNC10_WBI bytecount)
432 "wbic $rd,$rs,$rt,$bytecount"
433 (+ OP_COP3 rs rt rd FUNC10_WBIC bytecount)
438 "wbiu $rd,$rs,$rt,$bytecount"
439 (+ OP_COP3 rs rt rd FUNC10_WBIU bytecount)
444 "pkrli $rd,$rs,$rt,$bytecount"
445 (+ OP_COP2 rs rt rd FUNC10_PKRLI bytecount)
450 "pkrlih $rd,$rs,$rt,$bytecount"
451 (+ OP_COP2 rs rt rd FUNC10_PKRLIH bytecount)
456 "pkrliu $rd,$rs,$rt,$bytecount"
457 (+ OP_COP2 rs rt rd FUNC10_PKRLIU bytecount)
462 "pkrlic $rd,$rs,$rt,$bytecount"
463 (+ OP_COP2 rs rt rd FUNC10_PKRLIC bytecount)
1014 "pkrli $rs,$rt,$bytecount"
1015 (emit pkrli (f-rd 0) rs rt bytecount)
1019 "pkrlic $rs,$rt,$bytecount"
1020 (emit pkrlic (f-rd 0) rs rt bytecount)
1024 "pkrlih $rs,$rt,$bytecount"
1025 (emit pkrlih (f-rd 0) rs rt bytecount)
1029 "pkrliu $rs,$rt,$bytecount"
1030 (emit pkrliu (f-rd 0) rs rt bytecount)
1049 "rbi $rs,$rt,$bytecount"
1050 (emit rbi (f-rd 0) rs rt bytecount)
1054 "rbil $rs,$rt,$bytecount"
1055 (emit rbil (f-rd 0) rs rt bytecount)
1059 "rbir $rs,$rt,$bytecount"
1060 (emit rbir (f-rd 0) rs rt bytecount)
1099 "wbi $rs,$rt,$bytecount"
1100 (emit wbi (f-rd 0) rs rt bytecount)
1104 "wbic $rs,$rt,$bytecount"
1105 (emit wbic (f-rd 0) rs rt bytecount)
1109 "wbiu $rs,$rt,$bytecount"
1110 (emit wbiu (f-rd 0) rs rt bytecount)