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

12 3

  /external/v8/src/compiler/x87/
code-generator-x87.cc 502 ZoneVector<MoveOperands*> pushes(zone());
503 GetPushCompatibleMoves(instr, flags, &pushes);
505 if (!pushes.empty() &&
506 (LocationOperand::cast(pushes.back()->destination()).index() + 1 ==
509 for (auto move : pushes) {
524 // Pushes of non-scalar data types is not supported.
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
traceback.go 17 // On systems without link registers, the architecture pushes a return PC during
266 // On x86, call instruction pushes return PC before entering new function.
324 // On x86, call instruction pushes return PC before entering new function.
    [all...]
mheap.go 69 // unswept stack and pushes spans that are still in-use on the
70 // swept stack. Likewise, allocating an in-use span pushes it
    [all...]
cgocall.go 59 // Before overwriting m->g0->sched.sp, it pushes the old value on the
  /prebuilts/go/linux-x86/src/runtime/
traceback.go 17 // On systems without link registers, the architecture pushes a return PC during
266 // On x86, call instruction pushes return PC before entering new function.
324 // On x86, call instruction pushes return PC before entering new function.
    [all...]
mheap.go 69 // unswept stack and pushes spans that are still in-use on the
70 // swept stack. Likewise, allocating an in-use span pushes it
    [all...]
cgocall.go 59 // Before overwriting m->g0->sched.sp, it pushes the old value on the
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
input.go 287 // invokeMacro pushes onto the input Stack a Slice that holds the macro definition with the actual
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go 107 // push pushes the regexp re onto the parse stack and returns the regexp.
207 // literal pushes a literal regexp for the rune r on the stack
213 // op pushes a regexp with the given op onto the stack
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
input.go 287 // invokeMacro pushes onto the input Stack a Slice that holds the macro definition with the actual
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go 107 // push pushes the regexp re onto the parse stack and returns the regexp.
207 // literal pushes a literal regexp for the rune r on the stack
213 // op pushes a regexp with the given op onto the stack
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.asm 70 ;; and pushes the exception number.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 68 ;; and pushes the exception number.
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi.go 510 // for mismatched pushes & pops)
  /prebuilts/go/darwin-x86/src/encoding/json/
scanner.go 172 // pushParseState pushes a new parse state p onto the parse stack.
  /prebuilts/go/linux-x86/src/cmd/api/
goapi.go 510 // for mismatched pushes & pops)
  /prebuilts/go/linux-x86/src/encoding/json/
scanner.go 172 // pushParseState pushes a new parse state p onto the parse stack.
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 219 ; %2 = number of registers used. pushes callee-saved regs if needed.
220 ; %3 = number of xmm registers used. pushes callee-saved xmm regs if needed.
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 1241 int pushes = 0; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 354 * rule invocation, the parser pushes the set of tokens that can
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dcl.go 52 // pushdcl pushes the current declaration for symbol s (if any) so that
order.go 59 // pushes it onto the temp stack, and returns it.
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
exec.go 41 // push pushes a new variable on the stack.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dcl.go 52 // pushdcl pushes the current declaration for symbol s (if any) so that
  /prebuilts/go/linux-x86/src/text/template/
exec.go 41 // push pushes a new variable on the stack.

Completed in 2978 milliseconds

12 3