Home
last modified time | relevance | path

Searched refs:EncodeBitTestAndBranch (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h414 …virtual void EncodeBitTestAndBranch(LabelHolder::LabelId id, Reg reg, uint32_t bitPos, bool bitVal…
Dencode.cpp766 void Encoder::EncodeBitTestAndBranch([[maybe_unused]] compiler::LabelHolder::LabelId id, in EncodeBitTestAndBranch() function in ark::compiler::Encoder
Dencode_visitor.cpp820 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/
Dtarget.h402 …void EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bitPos, bool bitV…
Dencode.cpp562 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/
Dtarget.h406 …void EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bitPos, bool bitV…
Dencode.cpp449 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/
Dencoder64_test_1.cpp289 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/
Dencoder32_test_1.cpp307 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/
Dencoder64_test_1.cpp291 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/
Dtarget.h412 …void EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bitPos, bool bitV…
Dencode.cpp408 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/
Dencoder64_test.cpp711 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/
Dencoder32_test.cpp708 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/
Dencoder64_test.cpp713 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, true); in TestBitTestAndBranch()
715 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, false); in TestBitTestAndBranch()