HomeSort by relevance Sort by last modified time
    Searched refs:st2idx (Results 1 - 2 of 2) sorted by null

  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 387 int st(X87Register reg) { return st2idx(ArrayIndex(reg)); }
405 int st2idx(int pos);
lithium-codegen-x87.cc 436 int st = st2idx(i);
438 int other_i = st2idx(other_slot);
455 int LCodeGen::X87Stack::st2idx(int pos) { function in class:v8::internal::LCodeGen::X87Stack
481 int st = st2idx(i);
484 int tos_i = st2idx(0);
    [all...]

Completed in 261 milliseconds