Lines Matching refs:bytecount

407      "rbi $rd,$rs,$rt,$bytecount"
408 (+ OP_COP3 rs rt rd FUNC10_RBI bytecount)
413 "rbil $rd,$rs,$rt,$bytecount"
414 (+ OP_COP3 rs rt rd FUNC10_RBIL bytecount)
419 "rbir $rd,$rs,$rt,$bytecount"
420 (+ OP_COP3 rs rt rd FUNC10_RBIR bytecount)
425 "wbi $rd,$rs,$rt,$bytecount"
426 (+ OP_COP3 rs rt rd FUNC10_WBI bytecount)
431 "wbic $rd,$rs,$rt,$bytecount"
432 (+ OP_COP3 rs rt rd FUNC10_WBIC bytecount)
437 "wbiu $rd,$rs,$rt,$bytecount"
438 (+ OP_COP3 rs rt rd FUNC10_WBIU bytecount)
443 "pkrli $rd,$rs,$rt,$bytecount"
444 (+ OP_COP2 rs rt rd FUNC10_PKRLI bytecount)
449 "pkrlih $rd,$rs,$rt,$bytecount"
450 (+ OP_COP2 rs rt rd FUNC10_PKRLIH bytecount)
455 "pkrliu $rd,$rs,$rt,$bytecount"
456 (+ OP_COP2 rs rt rd FUNC10_PKRLIU bytecount)
461 "pkrlic $rd,$rs,$rt,$bytecount"
462 (+ OP_COP2 rs rt rd FUNC10_PKRLIC bytecount)
1013 "pkrli $rs,$rt,$bytecount"
1014 (emit pkrli (f-rd 0) rs rt bytecount)
1018 "pkrlic $rs,$rt,$bytecount"
1019 (emit pkrlic (f-rd 0) rs rt bytecount)
1023 "pkrlih $rs,$rt,$bytecount"
1024 (emit pkrlih (f-rd 0) rs rt bytecount)
1028 "pkrliu $rs,$rt,$bytecount"
1029 (emit pkrliu (f-rd 0) rs rt bytecount)
1048 "rbi $rs,$rt,$bytecount"
1049 (emit rbi (f-rd 0) rs rt bytecount)
1053 "rbil $rs,$rt,$bytecount"
1054 (emit rbil (f-rd 0) rs rt bytecount)
1058 "rbir $rs,$rt,$bytecount"
1059 (emit rbir (f-rd 0) rs rt bytecount)
1098 "wbi $rs,$rt,$bytecount"
1099 (emit wbi (f-rd 0) rs rt bytecount)
1103 "wbic $rs,$rt,$bytecount"
1104 (emit wbic (f-rd 0) rs rt bytecount)
1108 "wbiu $rs,$rt,$bytecount"
1109 (emit wbiu (f-rd 0) rs rt bytecount)