Home | History | Annotate | Download | only in priv

Lines Matching defs:function

695 /* Get mask field (helper function for wrdsp instruction). */
701 /* Get mask field (helper function for rddsp instruction). */
707 /* Get shift field (helper function for DSP ASE instructions). */
726 UInt function = get_function(cins);
755 if (opcode == 0x00 && function == 0x09) {
760 if (opcode == 0x00 && function == 0x08) {
792 UInt function = get_function(cins);
810 if (opcode == 0x00 && function == 0x09) {
1021 /* Get value from accumulator (helper function for MIPS32 DSP ASE instructions).
1022 This function should be called before any other operation if widening
1031 /* Get value from DSPControl register (helper function for MIPS32 DSP ASE
1258 /* Put value to accumulator(helper function for MIPS32 DSP ASE instructions). */
1707 /* Function that returns a string that represent mips cond
2180 /* Convenience function to yield to thread scheduler */
2722 UInt opcode, rs, rt, rd, sa, function, ac, ac_mfhilo, rddsp_mask,
2730 function = get_function(cins);
2740 switch (function) {
2791 switch (function) {
2848 switch (function) {
5525 /* Use C function to easily calculate the result
12034 UInt opcode, cins, rs, rt, rd, sa, ft, fs, fd, fmt, tf, nd, function,
12193 function = get_function(cins);
12229 if (fmt == 0x3 && fd == 0 && function == 0) { /* MFHC1 */
12241 } else if (fmt == 0x7 && fd == 0 && function == 0) { /* MTHC1 */
12296 switch (function) {
13579 switch (function) {
14442 switch (function) {
14874 switch (function) {
15496 if (0x3B == function &&
15511 switch (function) {