Searched refs:LowDwVfpRegister (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dassembler-arm.h256 struct LowDwVfpRegister { struct in namespace:v8::internal
263 static LowDwVfpRegister from_code(int code) {
264 LowDwVfpRegister r = { code };
272 bool is(LowDwVfpRegister reg) const { return code_ == reg.code_; }
363 const LowDwVfpRegister d0 = { 0 };
364 const LowDwVfpRegister d1 = { 1 };
365 const LowDwVfpRegister d2 = { 2 };
366 const LowDwVfpRegister d3 = { 3 };
367 const LowDwVfpRegister d4 = { 4 };
368 const LowDwVfpRegister d
[all...]
H A Dmacro-assembler-arm.h521 LowDwVfpRegister dst,
535 LowDwVfpRegister double_scratch,
548 LowDwVfpRegister double_scratch1,
797 LowDwVfpRegister double_scratch,
884 LowDwVfpRegister double_scratch,
964 void SmiToDouble(LowDwVfpRegister value, Register smi);
969 LowDwVfpRegister double_scratch);
975 LowDwVfpRegister double_scratch);
984 LowDwVfpRegister double_scratch,
1364 LowDwVfpRegister double_scratc
[all...]
H A Dmacro-assembler-arm.cc915 const LowDwVfpRegister loc = LowDwVfpRegister::from_code(src.code());
925 const LowDwVfpRegister loc = LowDwVfpRegister::from_code(dst.code());
935 const LowDwVfpRegister loc = LowDwVfpRegister::from_code(src.code());
945 const LowDwVfpRegister loc = LowDwVfpRegister::from_code(dst.code());
2171 LowDwVfpRegister double_scratch,
2494 void MacroAssembler::SmiToDouble(LowDwVfpRegister valu
[all...]
H A Dlithium-codegen-arm.h152 LowDwVfpRegister double_scratch0() { return kScratchDoubleReg; }
H A Dlithium-codegen-arm.cc1262 LowDwVfpRegister quotient = double_scratch0();
3852 LowDwVfpRegister scratch = double_scratch0();
4723 LowDwVfpRegister dbl_scratch = double_scratch0();
4929 LowDwVfpRegister double_scratch = double_scratch0();
5053 LowDwVfpRegister double_scratch = double_scratch0();
5078 LowDwVfpRegister double_scratch = double_scratch0();
H A Dassembler-arm.cc2531 const LowDwVfpRegister loc = LowDwVfpRegister::from_code(dst.code());
H A Dcode-stubs-arm.cc147 LowDwVfpRegister double_scratch = kScratchDoubleReg;

Completed in 3118 milliseconds