Searched defs:st2idx (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc549 int st = st2idx(i);
551 int other_i = st2idx(other_slot);
568 int LCodeGen::X87Stack::st2idx(int pos) { function in class:v8::internal::LCodeGen::X87Stack
594 int st = st2idx(i);
597 int tos_i = st2idx(0);

Completed in 185 milliseconds