Home | History | Annotate | Download | only in x64

Lines Matching defs:UseFixed

566 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
812 LOperand* left = UseFixed(instr->left(), rdx);
813 LOperand* right = UseFixed(instr->right(), rax);
826 LOperand* left = UseFixed(instr->left(), rdx);
827 LOperand* right = UseFixed(instr->right(), rax);
845 right = UseFixed(right_value, rcx);
893 LOperand* left_operand = UseFixed(left, rdx);
894 LOperand* right_operand = UseFixed(right, rax);
1065 LOperand* left_operand = UseFixed(left, reversed ? rax : rdx);
1066 LOperand* right_operand = UseFixed(right, reversed ? rdx : rax);
1107 new LInstanceOfAndBranch(UseFixed(instance_of->left(), rax),
1108 UseFixed(instance_of->right(), rdx));
1149 LOperand* left = UseFixed(instr->left(), rax);
1150 LOperand* right = UseFixed(instr->right(), rdx);
1159 new LInstanceOfKnownGlobal(UseFixed(instr->value(), rax),
1166 LOperand* function = UseFixed(instr->function(), rdi);
1167 LOperand* receiver = UseFixed(instr->receiver(), rax);
1168 LOperand* length = UseFixed(instr->length(), rbx);
1169 LOperand* elements = UseFixed(instr->elements(), rcx);
1244 LOperand* key = UseFixed(instr->key(), rcx);
1270 LOperand* constructor = UseFixed(instr->constructor(), rdi);
1336 LOperand* dividend = UseFixed(instr->left(), rax);
1362 LOperand* value = UseFixed(instr->left(), rax);
1457 UseFixed(instr->right(), rdx);
1459 UseFixed(instr->right(), rdi);
1486 LOperand* left = UseFixed(instr->left(), reversed ? rax : rdx);
1487 LOperand* right = UseFixed(instr->right(), reversed ? rdx : rax);
1598 LOperand* value = UseFixed(instr->value(), rax);
1698 return new LReturn(UseFixed(instr->value(), rax));
1727 LOperand* global_object = UseFixed(instr->global_object(), rax);
1741 LOperand* global_object = UseFixed(instr->global_object(), rdx);
1742 LOperand* value = UseFixed(instr->value(), rax);
1782 LOperand* obj = UseFixed(instr->object(), rax);
1794 LOperand* object = UseFixed(instr->object(), rax);
1851 LOperand* object = UseFixed(instr->object(), rdx);
1852 LOperand* key = UseFixed(instr->key(), rax);
1902 LOperand* object = UseFixed(instr->object(), rdx);
1903 LOperand* key = UseFixed(instr->key(), rcx);
1904 LOperand* value = UseFixed(instr->value(), rax);
1936 LOperand* object = UseFixed(instr->object(), rdx);
1937 LOperand* value = UseFixed(instr->value(), rax);
2040 LOperand* object = UseFixed(instr->value(), rax);