Searched refs:x87_layout (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc721 int x87_layout = 0; local
731 x87_layout = (0 << 3) | 1;
735 __ push(Immediate(x87_layout));
2105 int x87_layout = 0; local
2115 x87_layout = (0 << 3) | 1;
2119 __ push(Immediate(x87_layout));

Completed in 108 milliseconds