Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Iopl (0.04 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    	case 21: /* or $u32con,rx[,ry] => oris + ori (similar for xor) */
    		var opu, opl uint32
    		r := uint32(p.Reg)
    		if r == 0 {
    			r = uint32(p.To.Reg)
    		}
    		switch p.As {
    		case AOR:
    			opu, opl = OP_ORIS, OP_ORI
    		case AXOR:
    			opu, opl = OP_XORIS, OP_XORI
    		default:
    			c.ctxt.Diag("unhandled opcode.\n%v", p)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. src/debug/elf/elf.go

    	R_386_TLS_GD_POP    R_386 = 27 /* popl instruction for Sun ABI GD sequence */
    	R_386_TLS_LDM_32    R_386 = 28 /* 32 bit offset to GOT (index,zero) pair */
    	R_386_TLS_LDM_PUSH  R_386 = 29 /* pushl instruction for Sun ABI LD sequence */
    	R_386_TLS_LDM_CALL  R_386 = 30 /* call instruction for Sun ABI LD sequence */
    	R_386_TLS_LDM_POP   R_386 = 31 /* popl instruction for Sun ABI LD sequence */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
Back to top