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

  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 138 uint64_t RnValue;
161 uint64_t RnValue;
428 regs[Rn] = test.RnValue;
534 regs[Rn] = (uint64_t)(&dataMem[test.RnValue]);
    [all...]
  /system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp 148 uint64_t RnValue;
169 uint64_t RnValue;
386 regs[Rn] = test.RnValue;
487 regs[Rn] = (uint64_t)(&dataMem[test.RnValue]);
  /external/v8/src/arm/
constants-arm.h 542 inline int RnValue() const { return Bits(19, 16); }
543 DECLARE_STATIC_ACCESSOR(RnValue);

Completed in 103 milliseconds