Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for blenda (0.17 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	BLENDPS $7, (BX), X2                    // 660f3a0c1307
    	BLENDPS $7, (R11), X2                   // 66410f3a0c1307
    	BLENDPS $7, X2, X2                      // 660f3a0cd207
    	BLENDPS $7, X11, X2                     // 66410f3a0cd307
    	BLENDPS $7, (BX), X11                   // 66440f3a0c1b07
    	BLENDPS $7, (R11), X11                  // 66450f3a0c1b07
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/mips64.s

    	VMOVW	W16, 64(R20)   // 7810a426
    	VMOVW	W24, -104(R17) // 7be68e26
    	VMOVD	W2, (R3)       // 780018a7
    	VMOVD	W19, 128(R23)  // 7810bce7
    	VMOVD	W0, -256(R31)  // 7be0f827
    	RET
    
    // END
    //
    //	LEND	comma // asm doesn't support the trailing comma.
    //	{
    //		outcode(int($1), &nullgen, 0, &nullgen);
    //	}
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/mips.s

    	WSBH	R1, R2 // 7c0110a0
    
    	SEB	R1, R2 // 7c011420
    	SEH	R1, R2 // 7c011620
    
    	// to (Hi, Lo)
    	MADD	R2, R1 // 70220000
    	MSUB	R2, R1 // 70220004
    	MUL	R2, R1 // 00220018
    
    	// END
    	//
    	//	LEND	comma // asm doesn't support the trailing comma.
    	//	{
    	//		outcode(int($1), &nullgen, 0, &nullgen);
    	//	}
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 6.7K bytes
    - Viewed (0)
Back to top