Home
last modified time | relevance | path

Searched defs:imm2 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ico.cpp188 ImmOperand &imm2 = static_cast<ImmOperand &>(elseDest); in GenerateInsnForImm() local
Daarch64_ebo.cpp431 const ImmOperand &imm2 = static_cast<const ImmOperand &>(op2); in OperandEqSpecial() local
Daarch64_peep.cpp5025 ImmOperand *imm2 = static_cast<ImmOperand *>(falseTempOp); in Run() local
/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp292 int32_t imm2 = jmp_size1 + n1; in EmitJmpFwdBwd() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp294 int32_t imm2 = jmpSize1 + n1; in EmitJmpFwdBwd() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.cpp422 [[maybe_unused]] Imm imm2) in EncodeExtractBits()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp1535 ImmOperand &imm2 = in SelectCclz() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp2780 void Aarch64Encoder::EncodeExtractBits(Reg dst, Reg src0, Imm imm1, Imm imm2) in EncodeExtractBits()