Home
last modified time | relevance | path

Searched refs:IsImmediate (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dinsn.cpp209 if (opnd.IsImmediate()) { in CheckMD()
H A Dreg_alloc_lsra.cpp2018 if (opnd->IsImmediate()) { in CollectDeoptInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp779 if (operand.IsImmediate()) { in Add()
797 if (operand.IsImmediate()) { in Adds()
810 if (operand.IsImmediate()) { in Sub()
828 if (operand.IsImmediate()) { in Subs()
899 ASSERT(!operand.IsImmediate()); in CMov()
H A Dassembler_aarch64.h174 inline bool IsImmediate() const in IsImmediate() function in panda::ecmascript::aarch64::Operand
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_MPIsel.cpp485 if (opnd0.IsImmediate()) { in SelectCondGoto()
807 CHECK_FATAL(opnd0.IsImmediate() || opnd0.IsRegister(), "unhandled operand type here!"); in SelectCctz()
827 CHECK_FATAL(opnd0.IsImmediate() || opnd0.IsRegister(), "unhandled operand type here!"); in SelectCclz()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h122 bool IsImmediate() const in IsImmediate() function in maplebe::Operand
736 if (!operand.IsImmediate()) {
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_obj_emitter.cpp447 } else if (opnd.IsImmediate()) { in GetOpndMachineValue()
478 CHECK_FATAL(opnd.IsImmediate(), "check kind failed"); in GetAdrLabelOpndValue()
H A Daarch64_cgfunc.cpp1831 } else if (opnd1.IsImmediate()) { in SelectRem()
1959 if ((opcode == OP_lt) && opnd0.IsRegister() && opnd1->IsImmediate() &&
2786 if (opnd0.IsImmediate()) {
3035 if (o1.IsImmediate()) {
4468 } else if (opnd->IsImmediate()) {
H A Daarch64_peep.cpp1901 if (andOpnd3.IsImmediate()) { in Run()

Completed in 26 milliseconds