Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BCST (0.13 sec)

  1. src/cmd/internal/obj/x86/asm6.go

    	for _, yt := range o.ytab {
    		// ytab matching is purely args-based,
    		// but AVX512 suffixes like "Z" or "RU_SAE" will
    		// add EVEX-only filter that will reject non-EVEX matches.
    		//
    		// Consider "VADDPD.BCST 2032(DX), X0, X0".
    		// Without this rule, operands will lead to VEX-encoded form
    		// and produce "c5b15813" encoding.
    		if !yt.match(args) {
    			// "xo" is always zero for VEX/EVEX encoded insts.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top