HomeSort by relevance Sort by last modified time
    Searched refs:NUM_REGS (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
optimizing_unit_test.h 34 #define N_REGISTERS_CODE_ITEM(NUM_REGS, ...) \
35 { NUM_REGS, 0, 0, 0, 0, 0, NUM_INSTRUCTIONS(__VA_ARGS__), 0, __VA_ARGS__ }
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 61 const uint32_t NUM_REGS = 32;
417 int64_t regs[NUM_REGS] = {0};
419 int64_t savedRegs[NUM_REGS] = {0};
423 for(i = 0; i < NUM_REGS; ++i)
485 for(i = 0; i < NUM_REGS; ++i)
491 for(i = 0; i < NUM_REGS; ++i)
523 int64_t regs[NUM_REGS] = {0};
524 int64_t savedRegs[NUM_REGS] = {0};
527 for(i = 0; i < NUM_REGS; ++i)
601 for(i = 0; i < NUM_REGS; ++i
    [all...]

Completed in 94 milliseconds