Searched refs:fpcr_core (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/cctest/ |
D | test-assembler-arm64.cc | 8051 const uint64_t fpcr_core = 0x07c00000; in TEST() local 8056 const uint64_t fpcr_all = fpcr_core | 0x00379f00; in TEST() 8085 __ Mov(x8, fpcr_core); in TEST() 8095 __ And(x9, x9, fpcr_core); in TEST() 8112 CHECK_EQUAL_64(fpcr_core, x8); in TEST() 8113 CHECK_EQUAL_64(fpcr_core, x9); in TEST()
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 12493 const uint64_t fpcr_core = 0x07c00000; in TEST() local 12498 const uint64_t fpcr_all = fpcr_core | 0x00379f00; in TEST() 12527 __ Mov(x8, fpcr_core); in TEST() 12537 __ And(x9, x9, fpcr_core); in TEST() 12554 ASSERT_EQUAL_64(fpcr_core, x8); in TEST() 12555 ASSERT_EQUAL_64(fpcr_core, x9); in TEST()
|