Searched refs:EncodeNot (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | asm_printer_test.cpp | 310 … {"not", &Encoder::EncodeNot}}; in Values1()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | asm_printer_test.cpp | 284 SINGLE_PARAM_TEST_TEMPLATE(TestNot, EncodeNot)
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test_1.cpp | 89 test->GetEncoder()->EncodeNot(param, param); in TestNot()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test_1.cpp | 77 test->GetEncoder()->EncodeNot(param, param); in TestNot()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test_1.cpp | 80 test->GetEncoder()->EncodeNot(param, param); in TestNot()
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 493 test->GetEncoder()->EncodeNot(param, param); in TestNot()
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 490 test->GetEncoder()->EncodeNot(param, param); in TestNot()
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 495 test->GetEncoder()->EncodeNot(param, param); in TestNot()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 1093 void Aarch32Encoder::EncodeNot([[maybe_unused]] Reg dst, [[maybe_unused]] Reg src) in EncodeNot() function in ark::compiler::aarch32::Aarch32Encoder
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 811 void Amd64Encoder::EncodeNot(Reg dst, Reg src) in EncodeNot() function in ark::compiler::amd64::Amd64Encoder
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 1247 void Aarch64Encoder::EncodeNot(Reg dst, Reg src) in EncodeNot() function in ark::compiler::aarch64::Aarch64Encoder
|