Home
last modified time | relevance | path

Searched refs:expected_imm (Results 1 - 1 of 1) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-api-aarch64.cc845 void TestEncodable(T value, const ZRegister& zd, int64_t expected_imm) { in TestEncodable() argument
846 VIXL_CHECK(TestImpl<kShift>(value, zd, expected_imm)); in TestEncodable()
851 // The `expected_imm` value is ignored, so its value is arbitrary. in TestUnencodable()
857 bool TestImpl(T value, const ZRegister& zd, int64_t expected_imm) { in TestImpl() argument
864 VIXL_CHECK(imm == expected_imm); in TestImpl()
880 VIXL_CHECK(unshifted_imm == expected_imm); in TestImpl()

Completed in 2 milliseconds