Home
last modified time | relevance | path

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

/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc192 bool HasImmediateInput(Instruction* instr, size_t index) { in HasImmediateInput() function
352 if (HasImmediateInput(instr, index)) { \
358 if (HasImmediateInput(instr, 1)) { \
410 if (HasImmediateInput(instr, 1)) { \
652 if (HasImmediateInput(instr, 0)) { in AssembleArchInstruction()
673 if (HasImmediateInput(instr, 0)) { in AssembleArchInstruction()
704 if (HasImmediateInput(instr, 0)) { in AssembleArchInstruction()
725 if (HasImmediateInput(instr, 0)) { in AssembleArchInstruction()
743 CHECK(!HasImmediateInput(instr, 0)); in AssembleArchInstruction()
811 if (HasImmediateInput(instr, 0)) { in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc157 bool HasImmediateInput(Instruction* instr, size_t index) { in HasImmediateInput() function
373 if (HasImmediateInput(instr, 1)) { \
394 if (HasImmediateInput(instr, index)) { \
400 if (HasImmediateInput(instr, 1)) { \
418 if (HasImmediateInput(instr, 1)) { \
438 if (HasImmediateInput(instr, 1)) { \
681 if (HasImmediateInput(instr, 0)) { in AssembleArchInstruction()
701 if (HasImmediateInput(instr, 0)) { in AssembleArchInstruction()
732 if (HasImmediateInput(instr, 0)) { in AssembleArchInstruction()
753 if (HasImmediateInput(instr, 0)) { in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc145 static inline bool HasImmediateInput(Instruction* instr, size_t index) { in HasImmediateInput() function
461 } else if (HasImmediateInput(instr, numOfOperand - 1)) { in AssembleOp()
484 DCHECK(HasImmediateInput(instr, (index))); \
526 } else if (HasImmediateInput(instr, 1)) { \
559 } else if (HasImmediateInput(instr, 1)) { \
1802 DCHECK(HasImmediateInput(instr, 1)); in AssembleArchInstruction()