Lines Matching full:bytecount
410 "rbi $rd,$rs,$rt,$bytecount"
411 (+ OP_COP3 rs rt rd FUNC10_RBI bytecount)
416 "rbil $rd,$rs,$rt,$bytecount"
417 (+ OP_COP3 rs rt rd FUNC10_RBIL bytecount)
422 "rbir $rd,$rs,$rt,$bytecount"
423 (+ OP_COP3 rs rt rd FUNC10_RBIR bytecount)
428 "wbi $rd,$rs,$rt,$bytecount"
429 (+ OP_COP3 rs rt rd FUNC10_WBI bytecount)
434 "wbic $rd,$rs,$rt,$bytecount"
435 (+ OP_COP3 rs rt rd FUNC10_WBIC bytecount)
440 "wbiu $rd,$rs,$rt,$bytecount"
441 (+ OP_COP3 rs rt rd FUNC10_WBIU bytecount)
446 "pkrli $rd,$rs,$rt,$bytecount"
447 (+ OP_COP2 rs rt rd FUNC10_PKRLI bytecount)
452 "pkrlih $rd,$rs,$rt,$bytecount"
453 (+ OP_COP2 rs rt rd FUNC10_PKRLIH bytecount)
458 "pkrliu $rd,$rs,$rt,$bytecount"
459 (+ OP_COP2 rs rt rd FUNC10_PKRLIU bytecount)
464 "pkrlic $rd,$rs,$rt,$bytecount"
465 (+ OP_COP2 rs rt rd FUNC10_PKRLIC bytecount)
1016 "pkrli $rs,$rt,$bytecount"
1017 (emit pkrli (f-rd 0) rs rt bytecount)
1021 "pkrlic $rs,$rt,$bytecount"
1022 (emit pkrlic (f-rd 0) rs rt bytecount)
1026 "pkrlih $rs,$rt,$bytecount"
1027 (emit pkrlih (f-rd 0) rs rt bytecount)
1031 "pkrliu $rs,$rt,$bytecount"
1032 (emit pkrliu (f-rd 0) rs rt bytecount)
1051 "rbi $rs,$rt,$bytecount"
1052 (emit rbi (f-rd 0) rs rt bytecount)
1056 "rbil $rs,$rt,$bytecount"
1057 (emit rbil (f-rd 0) rs rt bytecount)
1061 "rbir $rs,$rt,$bytecount"
1062 (emit rbir (f-rd 0) rs rt bytecount)
1101 "wbi $rs,$rt,$bytecount"
1102 (emit wbi (f-rd 0) rs rt bytecount)
1106 "wbic $rs,$rt,$bytecount"
1107 (emit wbic (f-rd 0) rs rt bytecount)
1111 "wbiu $rs,$rt,$bytecount"
1112 (emit wbiu (f-rd 0) rs rt bytecount)