OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputDoubleRegister
(Results
1 - 9
of
9
) sorted by null
/external/v8/src/compiler/mips64/
code-generator-mips64.cc
59
return
InputDoubleRegister
(index);
431
__ rint_d(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0)); \
436
__ mfhc1(kScratchReg, i.
InputDoubleRegister
(0)); \
441
__ mov_d(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0)); \
442
__ mode##_l_d(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0)); \
455
__ rint_s(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0)); \
463
__ mfc1(kScratchReg, i.
InputDoubleRegister
(0)); \
467
__ mov_s(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0)); \
468
__ mode##_w_s(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0)); \
618
__ TruncateDoubleToI(i.OutputRegister(), i.
InputDoubleRegister
(0))
[
all
...]
/external/v8/src/compiler/mips/
code-generator-mips.cc
60
return
InputDoubleRegister
(index);
417
__ rint_d(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0)); \
422
__ Mfhc1(kScratchReg, i.
InputDoubleRegister
(0)); \
427
__ mov_d(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0)); \
428
__ mode##_l_d(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0)); \
443
__ rint_s(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0)); \
451
__ mfc1(kScratchReg, i.
InputDoubleRegister
(0)); \
455
__ mov_s(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0)); \
456
__ mode##_w_s(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0)); \
608
__ TruncateDoubleToI(i.OutputRegister(), i.
InputDoubleRegister
(0))
[
all
...]
/external/v8/src/compiler/arm64/
code-generator-arm64.cc
29
return
InputDoubleRegister
(index).S();
33
return
InputDoubleRegister
(index);
613
__ TruncateDoubleToI(i.OutputRegister(), i.
InputDoubleRegister
(0));
636
__ Frintm(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0));
642
__ Frintp(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0));
645
__ Frinta(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0));
651
__ Frintz(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0));
657
__ Frintn(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0));
[
all
...]
/external/v8/src/compiler/ia32/
code-generator-ia32.cc
311
__ asm_instr(i.MemoryOperand(3), i.
InputDoubleRegister
(2)); \
476
auto input = i.
InputDoubleRegister
(0);
616
__ ucomiss(i.
InputDoubleRegister
(0), i.InputOperand(1));
619
__ addss(i.
InputDoubleRegister
(0), i.InputOperand(1));
622
__ subss(i.
InputDoubleRegister
(0), i.InputOperand(1));
625
__ mulss(i.
InputDoubleRegister
(0), i.InputOperand(1));
628
__ divss(i.
InputDoubleRegister
(0), i.InputOperand(1));
634
__ maxss(i.
InputDoubleRegister
(0), i.InputOperand(1));
637
__ minss(i.
InputDoubleRegister
(0), i.InputOperand(1));
660
__ roundss(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0), mode)
[
all
...]
/external/v8/src/compiler/x64/
code-generator-x64.cc
318
__ asm_instr(i.
InputDoubleRegister
(0), i.
InputDoubleRegister
(1)); \
320
__ asm_instr(i.
InputDoubleRegister
(0), i.InputOperand(1)); \
328
__ asm_instr(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0)); \
339
__ asm_instr(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0), \
340
i.
InputDoubleRegister
(1)); \
342
__ asm_instr(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0), \
462
auto value = i.
InputDoubleRegister
(4); \
[
all
...]
/external/v8/src/compiler/ppc/
code-generator-ppc.cc
270
__ asm_instr(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0), \
277
__ asm_instr(i.OutputDoubleRegister(), i.
InputDoubleRegister
(0), \
278
i.
InputDoubleRegister
(1), i.OutputRCBit()); \
384
__ cmp_instr(i.
InputDoubleRegister
(0), i.
InputDoubleRegister
(1), cr); \
403
__ MovToFloatParameters(i.
InputDoubleRegister
(0), \
404
i.
InputDoubleRegister
(1)); \
414
__ fsub(scratch_reg, i.
InputDoubleRegister
(0), i.
InputDoubleRegister
(1)); \
415
__ fsel(i.OutputDoubleRegister(), scratch_reg, i.
InputDoubleRegister
(0),
[
all
...]
/external/v8/src/compiler/
code-generator-impl.h
34
DoubleRegister
InputDoubleRegister
(size_t index) {
/external/v8/src/compiler/arm/
code-generator-arm.cc
[
all
...]
/external/v8/src/compiler/x87/
code-generator-x87.cc
316
DCHECK(i.
InputDoubleRegister
(2).code() == 0); \
[
all
...]
Completed in 44 milliseconds