Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FPD (0.12 sec)

  1. src/cmd/internal/obj/mips/asm0.go

    		return FPF(0, 3)
    	case ADIVD:
    		return FPD(0, 3)
    	case AMULF:
    		return FPF(0, 2)
    	case AMULD:
    		return FPD(0, 2)
    	case ASUBF:
    		return FPF(0, 1)
    	case ASUBD:
    		return FPD(0, 1)
    	case AADDF:
    		return FPF(0, 0)
    	case AADDD:
    		return FPD(0, 0)
    	case ATRUNCFV:
    		return FPF(1, 1)
    	case ATRUNCDV:
    		return FPD(1, 1)
    	case ATRUNCFW:
    		return FPF(1, 5)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
Back to top