Lines Matching defs:UseFixed

589 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
834 LOperand* left = UseFixed(instr->left(), rdx);
835 LOperand* right = UseFixed(instr->right(), rax);
853 right = UseFixed(right_value, rcx);
899 LOperand* left_operand = UseFixed(left, rdx);
900 LOperand* right_operand = UseFixed(right, rax);
1079 LOperand* left = UseFixed(instr->left(), rax);
1080 LOperand* right = UseFixed(instr->right(), rdx);
1089 new(zone()) LInstanceOfKnownGlobal(UseFixed(instr->left(), rax),
1104 LOperand* function = UseFixed(instr->function(), rdi);
1105 LOperand* receiver = UseFixed(instr->receiver(), rax);
1106 LOperand* length = UseFixed(instr->length(), rbx);
1107 LOperand* elements = UseFixed(instr->elements(), rcx);
1165 LOperand* function = UseFixed(instr->function(), rdi);
1202 LOperand* key = UseFixed(instr->key(), rcx);
1228 LOperand* constructor = UseFixed(instr->constructor(), rdi);
1236 LOperand* function = UseFixed(instr->function(), rdi);
1277 LOperand* left = UseFixed(instr->left(), rdx);
1278 LOperand* right = UseFixed(instr->right(), rax);
1301 LOperand* dividend = UseFixed(instr->left(), rax);
1328 LOperand* value = UseFixed(instr->left(), rax);
1427 UseFixed(instr->right(), rdx);
1429 UseFixed(instr->right(), rdi);
1441 LOperand* global_object = UseFixed(instr->global_object(), rcx);
1443 LOperand* global_object = UseFixed(instr->global_object(), rdi);
1453 LOperand* left = UseFixed(instr->left(), rdx);
1454 LOperand* right = UseFixed(instr->right(), rax);
1543 LOperand* left = UseFixed(instr->left(), rdx);
1544 LOperand* right = UseFixed(instr->right(), rax);
1613 LOperand* object = UseFixed(instr->value(), rax);
1634 LOperand* value = UseFixed(instr->value(), rax);
1769 return new(zone()) LReturn(UseFixed(instr->value(), rax));
1798 LOperand* global_object = UseFixed(instr->global_object(), rax);
1815 LOperand* global_object = UseFixed(instr->global_object(), rdx);
1816 LOperand* value = UseFixed(instr->value(), rax);
1860 LOperand* obj = UseFixed(instr->object(), rax);
1874 LOperand* object = UseFixed(instr->object(), rax);
1948 LOperand* object = UseFixed(instr->object(), rdx);
1949 LOperand* key = UseFixed(instr->key(), rax);
2017 LOperand* object = UseFixed(instr->object(), rdx);
2018 LOperand* key = UseFixed(instr->key(), rcx);
2019 LOperand* value = UseFixed(instr->value(), rax);
2042 LOperand* object = UseFixed(instr->object(), rax);
2075 LOperand* object = UseFixed(instr->object(), rdx);
2076 LOperand* value = UseFixed(instr->value(), rax);
2200 LOperand* object = UseFixed(instr->value(), rax);
2299 LOperand* object = UseFixed(instr->enumerable(), rax);