Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,097 for opcode (0.31 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm/armasm/plan9x.go

    					args[1] = fmt.Sprintf("$%f", math.Float32frombits(binary.LittleEndian.Uint32(buf)))
    				default:
    					panic(fmt.Sprintf("wrong FP register: %v", inst))
    				}
    			}
    		}
    	}
    
    	// Move addressing mode into opcode suffix.
    	suffix := ""
    	switch inst.Op &^ 15 {
    	case PLD, PLI, PLD_W:
    		if mem, ok := inst.Args[0].(Mem); ok {
    			args[0], suffix = memOpTrans(mem)
    		} else {
    			panic(fmt.Sprintf("illegal instruction: %v", inst))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/mips64.s

    //	{
    //		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
    	BREAK
    	// overloaded cache opcode:
    	BREAK	R1, (R1)
    
    //
    // RET
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 08 12:17:12 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/a.out.go

    	AXVCVSXDDP
    	AXVCVSXWDP
    	AXVCVUXDDP
    	AXVCVUXWDP
    	AXVCVSXDSP
    	AXVCVSXWSP
    	AXVCVUXDSP
    	AXVCVUXWSP
    	AXSMAXJDP
    	AXSMINJDP
    	ALASTAOUT // The last instruction in this list. Also the first opcode generated by ppc64map.
    
    	// aliases
    	ABR   = obj.AJMP
    	ABL   = obj.ACALL
    	ALAST = ALASTGEN // The final enumerated instruction value + 1. This is used to size the oprange table.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 16K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.cc

    }
    
    bool RootInstructionIsTuple(const xla::HloModule& hlo_module) {
      xla::HloInstruction* root_instruction =
          hlo_module.entry_computation()->root_instruction();
    
      return root_instruction->opcode() == xla::HloOpcode::kTuple;
    }
    
    };  // namespace
    
    LogicalResult Tf2XlaRewriter::RewriteOp(Operation* op,
                                            PatternRewriter& rewriter,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/riscv/inst.go

    // Code generated by ./parse.py -go rv64_a rv64_d rv64_f rv64_i rv64_m rv64_q rv64_zba rv64_zbb rv64_zbs rv_a rv_d rv_f rv_i rv_m rv_q rv_zba rv_zbb rv_zbs rv_s rv_system rv_zicsr; DO NOT EDIT.
    package riscv
    
    import "cmd/internal/obj"
    
    type inst struct {
    	opcode uint32
    	funct3 uint32
    	rs2    uint32
    	csr    int64
    	funct7 uint32
    }
    
    func encode(a obj.As) *inst {
    	switch a {
    	case AADD:
    		return &inst{0x33, 0x0, 0x0, 0, 0x0}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/mips/asm0.go

    		return SP(3, 7) | OP(44, 4)
    	case ASEB:
    		return SP(3, 7) | OP(132, 0)
    	case ASEH:
    		return SP(3, 7) | OP(196, 0)
    	}
    
    	if a < 0 {
    		c.ctxt.Diag("bad rrr opcode -%v", -a)
    	} else {
    		c.ctxt.Diag("bad rrr opcode %v", a)
    	}
    	return 0
    }
    
    func (c *ctxt0) opirr(a obj.As) uint32 {
    	switch a {
    	case AADD:
    		return SP(1, 0)
    	case AADDU:
    		return SP(1, 1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  7. src/debug/dwarf/entry.go

    	}
    	var addrBase int64
    	if cu != nil {
    		addrBase, _ = cu.Val(AttrAddrBase).(int64)
    	}
    
    	buf := makeBuf(d, u, "rnglists", 0, d.rngLists)
    	buf.skip(int(ranges))
    	for {
    		opcode := buf.uint8()
    		switch opcode {
    		case rleEndOfList:
    			if buf.err != nil {
    				return nil, buf.err
    			}
    			return ret, nil
    
    		case rleBaseAddressx:
    			baseIdx := buf.uint()
    			var err error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 30.7K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/macho.go

    	PLATFORM_TVOS        MachoPlatform = 3
    	PLATFORM_WATCHOS     MachoPlatform = 4
    	PLATFORM_BRIDGEOS    MachoPlatform = 5
    	PLATFORM_MACCATALYST MachoPlatform = 6
    )
    
    // rebase table opcode
    const (
    	REBASE_TYPE_POINTER         = 1
    	REBASE_TYPE_TEXT_ABSOLUTE32 = 2
    	REBASE_TYPE_TEXT_PCREL32    = 3
    
    	REBASE_OPCODE_MASK                               = 0xF0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/check.go

    				canHaveAuxInt = true
    				canHaveAux = true
    			case auxCCop:
    				if opcodeTable[Op(v.AuxInt)].name == "OpInvalid" {
    					f.Fatalf("value %v has an AuxInt value that is a valid opcode", v)
    				}
    				canHaveAuxInt = true
    			case auxS390XCCMask:
    				if _, ok := v.Aux.(s390x.CCMask); !ok {
    					f.Fatalf("bad type %T for S390XCCMask in %v", v.Aux, v)
    				}
    				canHaveAux = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 16:41:23 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  10. src/encoding/json/scanner.go

    // Copyright 2010 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package json
    
    // JSON value parser state machine.
    // Just about at the limit of what is reasonable to write by hand.
    // Some parts are a bit tedious, but overall it nicely factors out the
    // otherwise common code from the multiple scanning functions
    // in this package (Compact, Indent, checkValid, etc).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:04:28 UTC 2023
    - 16.1K bytes
    - Viewed (0)
Back to top