Lines Matching defs:UseFixed

464 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
708 LOperand* left = UseFixed(instr->left(), rdx);
709 LOperand* right = UseFixed(instr->right(), rax);
727 right = UseFixed(right_value, rcx);
776 LOperand* left_operand = UseFixed(left, rdx);
777 LOperand* right_operand = UseFixed(right, rax);
1041 LOperand* left = UseFixed(instr->left(), rax);
1042 LOperand* right = UseFixed(instr->right(), rdx);
1051 new(zone()) LInstanceOfKnownGlobal(UseFixed(instr->left(), rax),
1072 LOperand* function = UseFixed(instr->function(), rdi);
1073 LOperand* receiver = UseFixed(instr->receiver(), rax);
1074 LOperand* length = UseFixed(instr->length(), rbx);
1075 LOperand* elements = UseFixed(instr->elements(), rcx);
1149 LOperand* function = UseFixed(instr->function(), rdi);
1251 LOperand* key = UseFixed(instr->key(), rcx);
1277 LOperand* constructor = UseFixed(instr->constructor(), rdi);
1285 LOperand* constructor = UseFixed(instr->constructor(), rdi);
1293 LOperand* function = UseFixed(instr->function(), rdi);
1339 LOperand* left = UseFixed(instr->left(), rdx);
1340 LOperand* right = UseFixed(instr->right(), rax);
1363 LOperand* dividend = UseFixed(instr->left(), rax);
1400 LOperand* dividend = UseFixed(instr->left(), rax);
1453 LModI* mod = new(zone()) LModI(UseFixed(left, rax),
1585 UseFixedDouble(instr->right(), xmm1) : UseFixed(instr->right(), rdx);
1595 LOperand* global_object = UseFixed(instr->global_object(), arg_reg_1);
1604 LOperand* left = UseFixed(instr->left(), rdx);
1605 LOperand* right = UseFixed(instr->right(), rax);
1687 LOperand* left = UseFixed(instr->left(), rdx);
1688 LOperand* right = UseFixed(instr->right(), rax);
1750 LOperand* object = UseFixed(instr->value(), rax);
1760 LOperand* value = UseFixed(instr->value(), rcx);
1782 LOperand* value = UseFixed(instr->value(), rax);
1974 return new(zone()) LReturn(UseFixed(instr->value(), rax),
2008 LOperand* global_object = UseFixed(instr->global_object(), rax);
2025 LOperand* global_object = UseFixed(instr->global_object(), rdx);
2026 LOperand* value = UseFixed(instr->value(), rax);
2070 LOperand* object = UseFixed(instr->object(), rax);
2121 LOperand* object = UseFixed(instr->object(), rdx);
2122 LOperand* key = UseFixed(instr->key(), rax);
2178 LOperand* object = UseFixed(instr->object(), rdx);
2179 LOperand* key = UseFixed(instr->key(), rcx);
2180 LOperand* value = UseFixed(instr->value(), rax);
2252 val = UseFixed(instr->value(), rax);
2281 LOperand* object = UseFixed(instr->object(), rdx);
2282 LOperand* value = UseFixed(instr->value(), rax);
2405 LOperand* object = UseFixed(instr->value(), rax);
2513 LOperand* object = UseFixed(instr->enumerable(), rax);