Home
last modified time | relevance | path

Searched defs:EncodeCmp (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.cpp229 void Encoder::EncodeCmp([[maybe_unused]] Reg dst, [[maybe_unused]] Reg src0, [[maybe_unused]] Reg s… in EncodeCmp() function in ark::compiler::Encoder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp3008 void Aarch32Encoder::EncodeCmp(Reg dst, Reg src0, Reg src1, Condition cc) in EncodeCmp() function in ark::compiler::aarch32::Aarch32Encoder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp2229 void Amd64Encoder::EncodeCmp(Reg dst, Reg src0, Reg src1, Condition cc) in EncodeCmp() function in ark::compiler::amd64::Amd64Encoder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp2838 void Aarch64Encoder::EncodeCmp(Reg dst, Reg src0, Reg src1, Condition cc) in EncodeCmp() function in ark::compiler::aarch64::Aarch64Encoder