Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for stwx (0.03 sec)

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

    		return OPVCC(31, 407, 0, 0) /* sthx */
    	case AMOVHBR:
    		return OPVCC(31, 918, 0, 0) /* sthbrx */
    
    	case AMOVHZU, AMOVHU:
    		return OPVCC(31, 439, 0, 0) /* sthux */
    
    	case AMOVWZ, AMOVW:
    		return OPVCC(31, 151, 0, 0) /* stwx */
    
    	case AMOVWZU, AMOVWU:
    		return OPVCC(31, 183, 0, 0) /* stwux */
    	case ASTSW:
    		return OPVCC(31, 661, 0, 0) /* stswx */
    	case AMOVWBR:
    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/runtime/proc.go

    //
    //	semacquire(&worldsema, 0)
    //	m.preemptoff = "reason"
    //	var stw worldStop
    //	systemstack(func() {
    //		stw = stopTheWorldWithSema(reason)
    //	})
    //
    // When finished, the caller must either call startTheWorld or undo
    // these three operations separately:
    //
    //	m.preemptoff = ""
    //	systemstack(func() {
    //		now = startTheWorldWithSema(stw)
    //	})
    //	semrelease(&worldsema)
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top