Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator-impl.h66 int16_t InputInt16(size_t index) { in InputInt16() function
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1774 __ mov_w(operand, i.InputInt16(index)); in AssembleArchInstruction()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1741 __ mov_w(operand, i.InputInt16(index)); in AssembleArchInstruction()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1919 __ movw(operand, Immediate(i.InputInt16(index))); in AssembleArchInstruction()