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 142 uint64_t RmValue;
163 uint64_t RmValue;
440 regs[Rm] = test.RmValue;
445 regs[Rm] = test.RmValue;
471 int32_t width = test.RmValue;
535 regs[Rm] = test.RmValue;
    [all...]
  /system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp 152 uint64_t RmValue;
171 uint64_t RmValue;
402 regs[Rm] = (int64_t)((int32_t)(test.RmValue));
407 regs[Rm] = (int64_t)((int32_t)(test.RmValue));
488 regs[Rm] = test.RmValue;
  /external/v8/src/arm/
constants-arm.h 586 inline int RmValue() const { return Bits(3, 0); }
587 DECLARE_STATIC_ACCESSOR(RmValue);

Completed in 317 milliseconds