HomeSort by relevance Sort by last modified time
    Searched full:dst_high (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
code_generator_mips.cc 870 Register dst_high = destination.AsRegisterPairHigh<Register>(); local
1234 Register dst_high = locations->Out().AsRegisterPairHigh<Register>(); local
1490 Register dst_high = locations->Out().AsRegisterPairHigh<Register>(); local
3479 Register dst_high = locations->Out().AsRegisterPairHigh<Register>(); local
4145 Register dst_high = locations->Out().AsRegisterPairHigh<Register>(); local
4231 Register dst_high = locations->Out().AsRegisterPairHigh<Register>(); local
4336 Register dst_high = locations->Out().AsRegisterPairHigh<Register>(); local
4764 Register dst_high = locations->Out().AsRegisterPairHigh<Register>(); local
4852 Register dst_high = locations->Out().AsRegisterPairHigh<Register>(); local
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 248 inline void Move(Register dst_low, Register dst_high, FPURegister src) {
250 Mfhc1(dst_high, src);
253 inline void FmoveHigh(Register dst_high, FPURegister src) {
254 Mfhc1(dst_high, src);
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.h 276 inline void Move(Register dst_low, Register dst_high, FPURegister src) {
278 mfhc1(dst_high, src);
281 inline void FmoveHigh(Register dst_high, FPURegister src) {
282 mfhc1(dst_high, src);
    [all...]

Completed in 759 milliseconds