Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 192 for fnop (0.04 sec)

  1. src/cmd/fix/main_test.go

    	// Fill in fn to avoid repetition in definitions.
    	if fn != nil {
    		for i := range t {
    			if t[i].Fn == nil {
    				t[i].Fn = fn
    			}
    		}
    	}
    	testCases = append(testCases, t...)
    }
    
    func fnop(*ast.File) bool { return false }
    
    func parseFixPrint(t *testing.T, fn func(*ast.File) bool, desc, in string, mustBeGofmt bool) (out string, fixed, ok bool) {
    	file, err := parser.ParseFile(fset, desc, in, parserMode)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 22 05:31:47 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/intel.go

    		FDECSTP, FINCSTP, FNCLEX, FNINIT, FNOP, FWAIT, HLT,
    		ICEBP, INSB, INSD, INSW, INT, INTO, INVD, IRET, IRETQ,
    		LAHF, LEAVE, LRET, MONITOR, MWAIT, NOP, OUTSB, OUTSD, OUTSW,
    		PAUSE, POPA, POPF, POPFQ, PUSHA, PUSHF, PUSHFQ,
    		RDMSR, RDPMC, RDTSC, RDTSCP, RET, RSM,
    		SAHF, STC, STD, STI, SYSENTER, SYSEXIT, SYSRET,
    		UD2, WBINVD, WRMSR, XEND, XLATB, XTEST:
    
    		if inst.Op == NOP && inst.Opcode>>24 != 0x90 {
    			break
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 22:23:32 UTC 2017
    - 11.7K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/anames.go

    	"FMOVF",
    	"FMOVFP",
    	"FMOVL",
    	"FMOVLP",
    	"FMOVV",
    	"FMOVVP",
    	"FMOVW",
    	"FMOVWP",
    	"FMOVX",
    	"FMOVXP",
    	"FMULD",
    	"FMULDP",
    	"FMULF",
    	"FMULL",
    	"FMULW",
    	"FNOP",
    	"FPATAN",
    	"FPREM",
    	"FPREM1",
    	"FPTAN",
    	"FRNDINT",
    	"FRSTOR",
    	"FSAVE",
    	"FSCALE",
    	"FSIN",
    	"FSINCOS",
    	"FSQRT",
    	"FSTCW",
    	"FSTENV",
    	"FSTSW",
    	"FSUBD",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	FLDLN2:          "FLDLN2",
    	FLDPI:           "FLDPI",
    	FLDZ:            "FLDZ",
    	FMUL:            "FMUL",
    	FMULP:           "FMULP",
    	FNCLEX:          "FNCLEX",
    	FNINIT:          "FNINIT",
    	FNOP:            "FNOP",
    	FNSAVE:          "FNSAVE",
    	FNSTCW:          "FNSTCW",
    	FNSTENV:         "FNSTENV",
    	FNSTSW:          "FNSTSW",
    	FPATAN:          "FPATAN",
    	FPREM:           "FPREM",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/mips64.s

    //	}
    	NOP	F2
    
    //	LNOP ',' rreg // asm doesn't support the leading comma.
    //	{
    //		outcode(int($1), &nullgen, 0, &$3);
    //	}
    	NOP	R2
    
    //	LNOP ',' freg // asm doesn't support the leading comma.
    //	{
    //		outcode(int($1), &nullgen, 0, &$3);
    //	}
    	NOP	F2
    
    //	LNOP imm
    //	{
    //		outcode(int($1), &$2, 0, &nullgen);
    //	}
    	NOP	$4
    
    //
    // special
    //
    	SYSCALL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 08 12:17:12 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/security_test.go

    	{"-Wp,-Dfoo1"},
    	{"-Wp,-Ufoo1"},
    	{"-flto"},
    	{"-fobjc-arc"},
    	{"-fno-objc-arc"},
    	{"-fomit-frame-pointer"},
    	{"-fno-omit-frame-pointer"},
    	{"-fpic"},
    	{"-fno-pic"},
    	{"-fPIC"},
    	{"-fno-PIC"},
    	{"-fpie"},
    	{"-fno-pie"},
    	{"-fPIE"},
    	{"-fno-PIE"},
    	{"-fsplit-stack"},
    	{"-fno-split-stack"},
    	{"-fstack-xxx"},
    	{"-fno-stack-xxx"},
    	{"-fsanitize=hands"},
    	{"-g"},
    	{"-ggdb"},
    	{"-march=souza"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:47:34 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/ppc64/asm_test.go

    OR R0, R0
    OR R0, R0
    OR R0, R0
    OR R0, R0
    PNOP
    `
    const x32pgm = `
    TEXT test(SB),0,$0-0
    OR R0, R0
    OR R0, R0
    OR R0, R0
    OR R0, R0
    OR R0, R0
    OR R0, R0
    OR R0, R0
    PNOP
    OR R0, R0
    OR R0, R0
    OR R0, R0
    OR R0, R0
    OR R0, R0
    OR R0, R0
    OR R0, R0
    OR R0, R0
    `
    
    const x16pgm = `
    TEXT test(SB),0,$0-0
    OR R0, R0
    OR R0, R0
    OR R0, R0
    PNOP
    OR R0, R0
    OR R0, R0
    OR R0, R0
    OR R0, R0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 09 22:14:57 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/mips.s

    	//	}
    	NOP	F2
    
    	//	LNOP ',' rreg // asm doesn't support the leading comma.
    	//	{
    	//		outcode(int($1), &nullgen, 0, &$3);
    	//	}
    	NOP	R2
    
    	//	LNOP ',' freg // asm doesn't support the leading comma.
    	//	{
    	//		outcode(int($1), &nullgen, 0, &$3);
    	//	}
    	NOP	F2
    
    	//	LNOP imm
    	//	{
    	//		outcode(int($1), &$2, 0, &nullgen);
    	//	}
    	NOP	$4
    
    	//
    	// special
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 08 12:17:12 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  9. tensorflow/c/eager/unified_api_testutil.cc

        }
    
        AbstractOperationPtr fn_op(ctx->CreateOperation());
        TF_RETURN_IF_ERROR(fn_op->Reset(fn_name, /*raw_device_name=*/nullptr));
        for (auto input : inputs) {
          TF_RETURN_IF_ERROR(fn_op->AddInput(input));
        }
        int retvals = outputs.size() - null_indices.size();
        std::vector<AbstractTensorHandle*> fn_outputs(retvals);
        TF_RETURN_IF_ERROR(fn_op->Execute(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 13:57:45 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  10. tensorflow/c/eager/c_api_unified_experimental_test.cc

      ASSERT_EQ(TF_OK, TF_GetCode(status.get())) << TF_Message(status.get());
    
      // Build the abstract op to run the function.
      TF_AbstractOp* fn_op = TF_NewAbstractOp(eager_execution_ctx);
      TF_AbstractOpSetOpType(fn_op, fn_name.c_str(), status.get());
      ASSERT_EQ(TF_OK, TF_GetCode(status.get())) << TF_Message(status.get());
    
      // Build an abstract input tensor.
      TFE_Context* eager_ctx =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 19 21:44:52 UTC 2023
    - 39.1K bytes
    - Viewed (0)
Back to top