/external/chromium_org/v8/src/ia32/ |
D | macro-assembler-ia32.h | 488 XMMRegister scratch_reg, 981 Register scratch_reg, 985 Register scratch_reg, in JumpIfJSArrayHasAllocationMemento() argument 988 TestJSArrayForAllocationMemento(receiver_reg, scratch_reg, in JumpIfJSArrayHasAllocationMemento()
|
D | macro-assembler-ia32.cc | 213 XMMRegister scratch_reg, in ClampDoubleToUint8() argument 217 pxor(scratch_reg, scratch_reg); in ClampDoubleToUint8() 230 ucomisd(input_reg, scratch_reg); in ClampDoubleToUint8() 3657 Register scratch_reg, in TestJSArrayForAllocationMemento() argument 3664 lea(scratch_reg, Operand(receiver_reg, in TestJSArrayForAllocationMemento() 3666 cmp(scratch_reg, Immediate(new_space_start)); in TestJSArrayForAllocationMemento() 3668 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento() 3670 cmp(MemOperand(scratch_reg, -AllocationMemento::kSize), in TestJSArrayForAllocationMemento()
|
/external/chromium_org/v8/src/arm/ |
D | macro-assembler-arm.h | 1415 Register scratch_reg, 1419 Register scratch_reg, in JumpIfJSArrayHasAllocationMemento() argument 1422 TestJSArrayForAllocationMemento(receiver_reg, scratch_reg, in JumpIfJSArrayHasAllocationMemento()
|
D | macro-assembler-arm.cc | 3949 Register scratch_reg, in TestJSArrayForAllocationMemento() argument 3955 add(scratch_reg, receiver_reg, in TestJSArrayForAllocationMemento() 3957 cmp(scratch_reg, Operand(new_space_start)); in TestJSArrayForAllocationMemento() 3961 cmp(scratch_reg, ip); in TestJSArrayForAllocationMemento() 3963 ldr(scratch_reg, MemOperand(scratch_reg, -AllocationMemento::kSize)); in TestJSArrayForAllocationMemento() 3964 cmp(scratch_reg, in TestJSArrayForAllocationMemento()
|
D | code-stubs-arm.cc | 508 Register scratch_reg) in ConvertToDoubleStub() argument 512 zeros_(scratch_reg) { } in ConvertToDoubleStub()
|
/external/chromium_org/v8/src/x64/ |
D | macro-assembler-x64.h | 1427 Register scratch_reg, 1431 Register scratch_reg, in JumpIfJSArrayHasAllocationMemento() argument 1434 TestJSArrayForAllocationMemento(receiver_reg, scratch_reg, in JumpIfJSArrayHasAllocationMemento()
|
D | macro-assembler-x64.cc | 5009 Register scratch_reg, in TestJSArrayForAllocationMemento() argument 5016 lea(scratch_reg, Operand(receiver_reg, in TestJSArrayForAllocationMemento() 5019 cmpq(scratch_reg, kScratchRegister); in TestJSArrayForAllocationMemento() 5021 cmpq(scratch_reg, ExternalOperand(new_space_allocation_top)); in TestJSArrayForAllocationMemento() 5023 CompareRoot(MemOperand(scratch_reg, -AllocationMemento::kSize), in TestJSArrayForAllocationMemento()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 129 XMMRegister scratch_reg, in ClampDoubleToUint8() argument 133 movdbl(scratch_reg, Operand::StaticVariable(zero_ref)); in ClampDoubleToUint8() 135 ucomisd(input_reg, scratch_reg); in ClampDoubleToUint8() 138 movdbl(scratch_reg, Operand::StaticVariable(half_ref)); in ClampDoubleToUint8() 139 addsd(scratch_reg, input_reg); in ClampDoubleToUint8() 140 cvttsd2si(result_reg, Operand(scratch_reg)); in ClampDoubleToUint8()
|
D | macro-assembler-ia32.h | 430 XMMRegister scratch_reg,
|
/external/chromium_org/v8/src/mips/ |
D | macro-assembler-mips.h | 1560 Register scratch_reg, 1566 Register scratch_reg, in JumpIfJSArrayHasAllocationMemento() argument 1569 TestJSArrayForAllocationMemento(receiver_reg, scratch_reg, in JumpIfJSArrayHasAllocationMemento()
|
D | macro-assembler-mips.cc | 5637 Register scratch_reg, in TestJSArrayForAllocationMemento() argument 5645 Addu(scratch_reg, receiver_reg, in TestJSArrayForAllocationMemento() 5647 Branch(no_memento_found, lt, scratch_reg, Operand(new_space_start)); in TestJSArrayForAllocationMemento() 5650 Branch(no_memento_found, gt, scratch_reg, Operand(at)); in TestJSArrayForAllocationMemento() 5651 lw(scratch_reg, MemOperand(scratch_reg, -AllocationMemento::kSize)); in TestJSArrayForAllocationMemento() 5653 Branch(allocation_memento_present, cond, scratch_reg, in TestJSArrayForAllocationMemento()
|
D | code-stubs-mips.cc | 494 Register scratch_reg) in ConvertToDoubleStub() argument 498 zeros_(scratch_reg) { } in ConvertToDoubleStub()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 432 Register scratch_reg) in ConvertToDoubleStub() argument 436 zeros_(scratch_reg) { } in ConvertToDoubleStub()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 429 Register scratch_reg) in ConvertToDoubleStub() argument 433 zeros_(scratch_reg) { } in ConvertToDoubleStub()
|