| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.h | 414 …virtual void EncodeBitTestAndBranch(LabelHolder::LabelId id, Reg reg, uint32_t bitPos, bool bitVal…
|
| D | encode.cpp | 766 void Encoder::EncodeBitTestAndBranch([[maybe_unused]] compiler::LabelHolder::LabelId id, in EncodeBitTestAndBranch() function in ark::compiler::Encoder
|
| D | encode_visitor.cpp | 820 encoder->EncodeBitTestAndBranch(slowPathLabel, src0, signBit, true); in VisitDeoptimizeCompareImm() 825 encoder->EncodeBitTestAndBranch(slowPathLabel, src0, signBit, false); in VisitDeoptimizeCompareImm()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 402 …void EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bitPos, bool bitV…
|
| D | encode.cpp | 562 void Amd64Encoder::EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bitP… in EncodeBitTestAndBranch() function in ark::compiler::amd64::Amd64Encoder
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 406 …void EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bitPos, bool bitV…
|
| D | encode.cpp | 449 void Aarch32Encoder::EncodeBitTestAndBranch(LabelHolder::LabelId id, Reg reg, uint32_t bitPos, bool… in EncodeBitTestAndBranch() function in ark::compiler::aarch32::Aarch32Encoder
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test_1.cpp | 289 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, true); in TestBitTestAndBranch() 291 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, false); in TestBitTestAndBranch()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test_1.cpp | 307 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, true); in TestBitTestAndBranch() 309 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, false); in TestBitTestAndBranch()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test_1.cpp | 291 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, true); in TestBitTestAndBranch() 293 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, false); in TestBitTestAndBranch()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 412 …void EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bitPos, bool bitV…
|
| D | encode.cpp | 408 void Aarch64Encoder::EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bi… in EncodeBitTestAndBranch() function in ark::compiler::aarch64::Aarch64Encoder
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 711 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, true); in TestBitTestAndBranch() 713 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, false); in TestBitTestAndBranch()
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 708 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, true); in TestBitTestAndBranch() 710 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, false); in TestBitTestAndBranch()
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 713 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, true); in TestBitTestAndBranch() 715 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, false); in TestBitTestAndBranch()
|