Home
last modified time | relevance | path

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

/external/v8/src/compiler/x87/
Dcode-generator-x87.cc723 int x87_layout = 0; in AssembleArchInstruction() local
733 x87_layout = (0 << 3) | 1; in AssembleArchInstruction()
737 __ push(Immediate(x87_layout)); in AssembleArchInstruction()
2104 int x87_layout = 0; in AssembleArchBranch() local
2114 x87_layout = (0 << 3) | 1; in AssembleArchBranch()
2118 __ push(Immediate(x87_layout)); in AssembleArchBranch()