Searched defs:dst_code (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc2395 int dst_code = LocationOperand::cast(destination)->register_code(); local
2396 __ VmovExtended(dst_code, src_code, kScratchReg);
2425 int dst_code = LocationOperand::cast(destination)->register_code(); local
2426 __ VmovExtended(dst_code, src, kScratchReg);
2510 int dst_code = LocationOperand::cast(destination)->register_code(); local
2512 __ VmovExtended(src_code, dst_code, kScratchReg);
2513 __ VmovExtended(dst_code, temp.low().code(), kScratchReg);
/external/v8/src/arm/
H A Dassembler-arm.cc3021 const int dst_code,
3029 SplitRegCode(dst_type, dst_code, &Vd, &D);
3020 EncodeVCVT(const VFPType dst_type, const int dst_code, const VFPType src_type, const int src_code, VFPConversionMode mode, const Condition cond) argument

Completed in 750 milliseconds