| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | encode.h | 926 virtual void EncodeBitTestAndBranch([[maybe_unused]] compiler::LabelHolder::LabelId id, in EncodeBitTestAndBranch() function
|
| D | codegen.cpp | 3334 encoder->EncodeBitTestAndBranch(slowPath->GetLabel(), src0, signBit, true); in VisitDeoptimizeCompareImm() 3339 encoder->EncodeBitTestAndBranch(slowPath->GetLabel(), src0, signBit, false); in VisitDeoptimizeCompareImm()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 879 …void EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bit_pos, bool bit…
|
| D | encode.cpp | 273 void Amd64Encoder::EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bit_… in EncodeBitTestAndBranch() function in panda::compiler::amd64::Amd64Encoder
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 767 …void EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bit_pos, bool bit…
|
| D | encode.cpp | 111 void Aarch32Encoder::EncodeBitTestAndBranch(LabelHolder::LabelId id, Reg reg, uint32_t bit_pos, boo… in EncodeBitTestAndBranch() function in panda::compiler::aarch32::Aarch32Encoder
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 731 …void EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bit_pos, bool bit…
|
| D | encode.cpp | 226 void Aarch64Encoder::EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bi… in EncodeBitTestAndBranch() function in panda::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 | 716 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, true); in TestBitTestAndBranch() 718 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()
|