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 139 uint64_t RnValue;
162 uint64_t RnValue;
429 regs[Rn] = test.RnValue;
535 regs[Rn] = (uint64_t)(&dataMem[test.RnValue]);
    [all...]
  /system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp 149 uint64_t RnValue;
170 uint64_t RnValue;
387 regs[Rn] = test.RnValue;
488 regs[Rn] = (uint64_t)(&dataMem[test.RnValue]);
  /external/v8/src/arm/
constants-arm.h 524 inline int RnValue() const { return Bits(19, 16); }
525 DECLARE_STATIC_ACCESSOR(RnValue);

Completed in 63 milliseconds