Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for KaCall (0.07 sec)

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

    	{ABTSQ, ybtl, Pw, opBytes{0x0f, 0xba, 05, 0x0f, 0xab}},
    	{ABTSW, ybtl, Pq, opBytes{0xba, 05, 0xab}},
    	{ABTW, ybtl, Pq, opBytes{0xba, 04, 0xa3}},
    	{ABYTE, ybyte, Px, opBytes{1}},
    	{obj.ACALL, ycall, Px, opBytes{0xff, 02, 0xff, 0x15, 0xe8}},
    	{ACBW, ynone, Pe, opBytes{0x98}},
    	{ACDQ, ynone, Px, opBytes{0x99}},
    	{ACDQE, ynone, Pw, opBytes{0x98}},
    	{ACLAC, ynone, Pm, opBytes{01, 0xca}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    		rel.Siz = 4
    		rel.Sym = p.To.Sym
    		rel.Add = p.To.Offset
    		rel.Type = objabi.R_CALLARM64
    
    	case 6: /* b ,O(R); bl ,O(R) */
    		o1 = c.opbrr(p, p.As)
    		o1 |= uint32(p.To.Reg&31) << 5
    		if p.As == obj.ACALL {
    			rel := obj.Addrel(c.cursym)
    			rel.Off = int32(c.pc)
    			rel.Siz = 0
    			rel.Type = objabi.R_CALLIND
    		}
    
    	case 7: /* beq s */
    		o1 = c.opbra(p, p.As)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top