OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PUSHQ
(Results
1 - 14
of
14
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
sys_windows_amd64.s
16
PUSHQ
CX // save for later
227
PUSHQ
BP
229
PUSHQ
BX
230
PUSHQ
SI
231
PUSHQ
DI
232
PUSHQ
0x28(GS)
261
PUSHQ
AX // room for return value
262
PUSHQ
32(BP) // arg for handler
313
PUSHQ
0(CX)(DX*1) // store 8 bytes from just after the args array
race_amd64.s
408
PUSHQ
BX
409
PUSHQ
BP
410
PUSHQ
DI
411
PUSHQ
SI
412
PUSHQ
R12
413
PUSHQ
R13
414
PUSHQ
R14
415
PUSHQ
R15
422
PUSHQ
RARG1 // func arg
423
PUSHQ
RARG0 // func ar
[
all
...]
sys_darwin_amd64.s
226
PUSHQ
BP
329
PUSHQ
DX
330
PUSHQ
CX
331
PUSHQ
SI
382
PUSHQ
R11 // seventh arg, on stack
sys_solaris_amd64.s
76
PUSHQ
DI // save for later
297
PUSHQ
BP
asm_amd64p32.s
175
PUSHQ
AX
301
PUSHQ
DX // ctxt argument
asm_amd64.s
162
PUSHQ
AX
163
PUSHQ
$0 // arg size
266
PUSHQ
AX
397
PUSHQ
DX // ctxt argument
[
all
...]
/prebuilts/go/linux-x86/src/runtime/
sys_windows_amd64.s
16
PUSHQ
CX // save for later
227
PUSHQ
BP
229
PUSHQ
BX
230
PUSHQ
SI
231
PUSHQ
DI
232
PUSHQ
0x28(GS)
261
PUSHQ
AX // room for return value
262
PUSHQ
32(BP) // arg for handler
313
PUSHQ
0(CX)(DX*1) // store 8 bytes from just after the args array
race_amd64.s
408
PUSHQ
BX
409
PUSHQ
BP
410
PUSHQ
DI
411
PUSHQ
SI
412
PUSHQ
R12
413
PUSHQ
R13
414
PUSHQ
R14
415
PUSHQ
R15
422
PUSHQ
RARG1 // func arg
423
PUSHQ
RARG0 // func ar
[
all
...]
sys_darwin_amd64.s
226
PUSHQ
BP
329
PUSHQ
DX
330
PUSHQ
CX
331
PUSHQ
SI
382
PUSHQ
R11 // seventh arg, on stack
sys_solaris_amd64.s
76
PUSHQ
DI // save for later
297
PUSHQ
BP
asm_amd64p32.s
175
PUSHQ
AX
301
PUSHQ
DX // ctxt argument
asm_amd64.s
162
PUSHQ
AX
163
PUSHQ
$0 // arg size
266
PUSHQ
AX
397
PUSHQ
DX // ctxt argument
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
amd64enc.s
[
all
...]
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
amd64enc.s
[
all
...]
Completed in 910 milliseconds