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 440 int st = st2idx(i);
442 int other_i = st2idx(other_slot);
459 int LCodeGen::X87Stack::st2idx(int pos) { function in class:v8::internal::LCodeGen::X87Stack
485 int st = st2idx(i);
488 int tos_i = st2idx(0);
    [all...]

Completed in 50 milliseconds