Home
last modified time | relevance | path

Searched refs:pc_region (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/
Dtest-disasm-mips.cc147 #define GET_PC_REGION(pc_region) \ argument
151 pc_region = reinterpret_cast<int32_t>(progcounter + 4) & ~0xfffffff; \
490 int32_t pc_region; in TEST() local
491 GET_PC_REGION(pc_region); in TEST()
493 int32_t target = pc_region | 0x4; in TEST()
495 target = pc_region | 0xffffffc; in TEST()
498 target = pc_region | 0x4; in TEST()
500 target = pc_region | 0xffffffc; in TEST()
Dtest-disasm-mips64.cc147 #define GET_PC_REGION(pc_region) \ argument
151 pc_region = reinterpret_cast<int64_t>(progcounter + 4) & ~0xfffffff; \
1144 int64_t pc_region; in TEST() local
1145 GET_PC_REGION(pc_region); in TEST()
1147 int64_t target = pc_region | 0x4; in TEST()
1149 target = pc_region | 0xffffffc; in TEST()
1152 target = pc_region | 0x4; in TEST()
1154 target = pc_region | 0xffffffc; in TEST()