Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencode.h926 virtual void EncodeBitTestAndBranch([[maybe_unused]] compiler::LabelHolder::LabelId id, in EncodeBitTestAndBranch() function
Dcodegen.cpp3334 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/
Dtarget.h879 …void EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bit_pos, bool bit…
Dencode.cpp273 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/
Dtarget.h767 …void EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bit_pos, bool bit…
Dencode.cpp111 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/
Dtarget.h731 …void EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bit_pos, bool bit…
Dencode.cpp226 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/
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.cpp716 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/
Dencoder64_test.cpp713 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, true); in TestBitTestAndBranch()
715 test->GetEncoder()->EncodeBitTestAndBranch(label, param, pos, false); in TestBitTestAndBranch()