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

  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 143 uint64_t RmValue;
164 uint64_t RmValue;
441 regs[Rm] = test.RmValue;
446 regs[Rm] = test.RmValue;
472 int32_t width = test.RmValue;
536 regs[Rm] = test.RmValue;
    [all...]
  /system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp 153 uint64_t RmValue;
172 uint64_t RmValue;
403 regs[Rm] = (int64_t)((int32_t)(test.RmValue));
408 regs[Rm] = (int64_t)((int32_t)(test.RmValue));
489 regs[Rm] = test.RmValue;
  /external/v8/src/arm/
constants-arm.h 568 inline int RmValue() const { return Bits(3, 0); }
569 DECLARE_STATIC_ACCESSOR(RmValue);

Completed in 592 milliseconds