Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MOVx (0.02 sec)

  1. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    (MOV(Q|L|W|B|O)storeconst [sc] {s} (ADDQconst [off] ptr) mem) && ValAndOff(sc).canAdd32(off) =>
    	(MOV(Q|L|W|B|O)storeconst [ValAndOff(sc).addOffset32(off)] {s} ptr mem)
    
    // We need to fold LEAQ into the MOVx ops so that the live variable analysis knows
    // what variables are being read/written by the ops.
    (MOV(Q|L|W|B|SS|SD|O|BQSX|WQSX|LQSX)load [off1] {sym1} (LEAQ [off2] {sym2} base) mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
Back to top