HomeSort by relevance Sort by last modified time
    Searched refs:SUBL (Results 26 - 50 of 63) sorted by null

12 3

  /prebuilts/go/darwin-x86/src/runtime/
sys_darwin_386.s 205 SUBL 0(SP), AX // DX:AX = (tsc - nt_tsc_base)
227 SUBL 20(SP), AX // DX:AX -= gtod_ns_base
267 SUBL runtime·startNano(SB), BX
281 SUBL runtime·startNano(SB), AX
307 SUBL $32, SP
536 SUBL $0x468, BX
asm_amd64p32.s 15 SUBL $128, CX // plenty of scratch
443 SUBL BX, CX; \
491 SUBL $1, AX
509 SUBL $5, (SP) // return to CALL again
877 SUBL SI, CX
913 SUBL R11, CX
937 SUBL SI, DI
943 SUBL SI, DI
944 SUBL $1, DI
asm_386.s 42 SUBL $8, SP
97 SUBL $128, SP // plenty of scratch
456 SUBL $4, BX
613 SUBL BX, CX; \
661 SUBL $1, AX
683 SUBL $16, (SP) // return to CALL again
685 SUBL $5, (SP) // return to CALL again
737 SUBL $32, SP
741 SUBL DX, DI
750 SUBL 4(SP), S
    [all...]
memclr_386.s 60 SUBL $256, BX
sys_plan9_386.s 149 SUBL $(64*1024), AX // stack size
193 SUBL $24, SP
sys_linux_386.s 224 SUBL $16, SP // Space for results
281 SUBL $16, SP // Space for results
345 SUBL $32, SP
454 SUBL $16, CX
581 SUBL $0xf8, DX
sys_openbsd_386.s 218 SUBL $32, SP
258 SUBL $16, CX
sys_freebsd_386.s 233 SUBL $32, SP
sys_netbsd_386.s 233 SUBL $32, SP
sys_nacl_amd64p32.s 216 SUBL $8, AX
  /prebuilts/go/linux-x86/src/runtime/
sys_darwin_386.s 205 SUBL 0(SP), AX // DX:AX = (tsc - nt_tsc_base)
227 SUBL 20(SP), AX // DX:AX -= gtod_ns_base
267 SUBL runtime·startNano(SB), BX
281 SUBL runtime·startNano(SB), AX
307 SUBL $32, SP
536 SUBL $0x468, BX
asm_amd64p32.s 15 SUBL $128, CX // plenty of scratch
443 SUBL BX, CX; \
491 SUBL $1, AX
509 SUBL $5, (SP) // return to CALL again
877 SUBL SI, CX
913 SUBL R11, CX
937 SUBL SI, DI
943 SUBL SI, DI
944 SUBL $1, DI
asm_386.s 42 SUBL $8, SP
97 SUBL $128, SP // plenty of scratch
456 SUBL $4, BX
613 SUBL BX, CX; \
661 SUBL $1, AX
683 SUBL $16, (SP) // return to CALL again
685 SUBL $5, (SP) // return to CALL again
737 SUBL $32, SP
741 SUBL DX, DI
750 SUBL 4(SP), S
    [all...]
memclr_386.s 60 SUBL $256, BX
sys_plan9_386.s 149 SUBL $(64*1024), AX // stack size
193 SUBL $24, SP
sys_linux_386.s 224 SUBL $16, SP // Space for results
281 SUBL $16, SP // Space for results
345 SUBL $32, SP
454 SUBL $16, CX
581 SUBL $0xf8, DX
sys_openbsd_386.s 218 SUBL $32, SP
258 SUBL $16, CX
sys_freebsd_386.s 233 SUBL $32, SP
sys_netbsd_386.s 233 SUBL $32, SP
sys_nacl_amd64p32.s 216 SUBL $8, AX
  /prebuilts/go/darwin-x86/src/math/
log_amd64.s 43 SUBL $0x3FE, BX
  /prebuilts/go/linux-x86/src/math/
log_amd64.s 43 SUBL $0x3FE, BX
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 185 {name: "SUBL", argLength: 2, reg: gp21, asm: "SUBL", resultInArg0: true, clobberFlags: true}, // arg0 - arg1
186 {name: "SUBLconst", argLength: 1, reg: gp11, asm: "SUBL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0 - auxint
188 {name: "SUBLcarry", argLength: 2, reg: gp21carry, asm: "SUBL", resultInArg0: true}, // arg0-arg1, generates <borrow,result> pair
189 {name: "SUBLconstcarry", argLength: 1, reg: gp11carry, asm: "SUBL", aux: "Int32", resultInArg0: true}, // arg0-auxint, generates <borrow,result> pair
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 185 {name: "SUBL", argLength: 2, reg: gp21, asm: "SUBL", resultInArg0: true, clobberFlags: true}, // arg0 - arg1
186 {name: "SUBLconst", argLength: 1, reg: gp11, asm: "SUBL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0 - auxint
188 {name: "SUBLcarry", argLength: 2, reg: gp21carry, asm: "SUBL", resultInArg0: true}, // arg0-arg1, generates <borrow,result> pair
189 {name: "SUBLconstcarry", argLength: 1, reg: gp11carry, asm: "SUBL", aux: "Int32", resultInArg0: true}, // arg0-auxint, generates <borrow,result> pair
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
anames.go 728 "SUBL",

Completed in 429 milliseconds

12 3