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

  /external/v8/test/cctest/
test-disasm-mips.cc 147 #define GET_PC_REGION(pc_region) \
151 pc_region = reinterpret_cast<int32_t>(progcounter + 4) & ~0xfffffff; \
490 int32_t pc_region; local
491 GET_PC_REGION(pc_region);
493 int32_t target = pc_region | 0x4;
495 target = pc_region | 0xffffffc;
498 target = pc_region | 0x4;
500 target = pc_region | 0xffffffc;
    [all...]
test-disasm-mips64.cc 147 #define GET_PC_REGION(pc_region) \
151 pc_region = reinterpret_cast<int64_t>(progcounter + 4) & ~0xfffffff; \
1144 int64_t pc_region; local
    [all...]

Completed in 67 milliseconds