Searched defs:expected_result (Results 1 – 5 of 5) sorted by relevance
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter_arm64_test.cc | 73 void TestLui(uint32_t insn_bytes, uint64_t expected_result) { in TestLui() 98 void TestLoad(uint32_t insn_bytes, uint64_t expected_result) { in TestLoad() 121 void TestStore(uint32_t insn_bytes, uint64_t expected_result) { in TestStore() 132 uint64_t expected_result) { in TestAtomicLoad() 143 void TestAtomicStore(uint32_t insn_bytes, T expected_result) { in TestAtomicStore() 185 uint64_t expected_result, in TestAmo()
|
D | interpreter_test.cc | 628 auto mask) { in TestVleXX() 744 auto mask) { in TestVseXX() 882 void TestVfmvfs(uint32_t insn_bytes, uint64_t expected_result) { in TestVfmvfs() 947 void TestVmvxs(uint32_t insn_bytes, uint64_t expected_result) { in TestVmvxs() 988 uint32_t insn_bytes, uint8_t vsew, const auto& expected_result, auto mask) { in TestVectorRegisterGather() 1170 void TestVectorInstruction(uint32_t insn_bytes, in TestVectorInstruction() 1180 void TestVectorInstructionInternal(uint32_t insn_bytes, in TestVectorInstructionInternal() 1188 auto mask) { in TestVectorInstructionInternal() 1335 const __v2du expected_result) { in TestVectorMaskInstruction() 1414 void TestVectorMaskTargetInstruction(uint32_t insn_bytes, in TestVectorMaskTargetInstruction() [all …]
|
/frameworks/libs/binary_translation/assembler/ |
D | immediates_test.cc | 47 std::optional<uint32_t> expected_result = std::get<1>(test_case); in TestConversion() local
|
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_riscv64.cc | 516 const auto& mask) { in TestVectorInstructionInternal() 743 void TestVectorReductionInstruction( in TestVectorReductionInstruction() 754 [&source](ExecInsnFunc exec_insn, uint8_t vsew, uint8_t vlmul, const auto& expected_result) { in TestVectorReductionInstruction() 914 auto elem_mask) { in TestVectorIota() 1019 auto mask) { in TestExtendingVectorInstruction() 1227 SIMD128Register expected_result[std::size(expected_result_raw)]; in TestVectorPermutationInstruction() local 1346 void TestVectorMaskTargetInstruction(ExecInsnFunc exec_insn, in TestVectorMaskTargetInstruction() 1351 ExecInsnFunc exec_insn, uint8_t vsew, const auto& expected_result, auto mask) { in TestVectorMaskTargetInstruction()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 1114 bool expected_result) { in createProfileSnapshot() 1157 int expected_result) { in mergePackageProfiles() 1183 bool has_dex_metadata, bool has_user_id, bool expected_result) { in preparePackageProfile() 1515 void createBootImageProfileSnapshot(const std::string& classpath, bool expected_result) { in createBootImageProfileSnapshot()
|