HomeSort by relevance Sort by last modified time
    Searched defs:rax (Results 76 - 76 of 76) sorted by null

1 2 34

  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc 79 __ movp(Operand(rsp, offset), rax); local
171 __ Push(rax);
172 __ Set(rax, slots);
176 __ movp(MemOperand(rsp, rax, times_pointer_size, 0),
178 __ decl(rax);
180 __ Pop(rax);
209 // Context is returned in rax. It replaces the context passed to us.
211 __ movp(rsi, rax);
212 __ movp(Operand(rbp, StandardFrameConstants::kContextOffset), rax); local
222 __ movp(rax, Operand(rbp, parameter_offset))
225 __ movp(Operand(rsi, context_offset), rax); local
    [all...]

Completed in 111 milliseconds

1 2 34