Searched defs:regOpnd0 (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | isel.cpp | 664 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectShift() local 800 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectAdd() local 811 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectBand() local 822 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectSub() local 907 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); in SelectCvtFloat2Int() local 943 RegOperand *regOpnd0 = nullptr; SelectCvtInt2Float() local 963 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); SelectIntCvt() local 981 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); SelectFloatCvt() local 1044 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); SelectBior() local 1062 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); SelectBxor() local 1130 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType); SelectAbs() local 1251 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, dtype, node.Opnd(0)->GetPrimType()); SelectBnot() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_MPIsel.cpp | 545 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, dtype, node.Opnd(0)->GetPrimType()); in SelectMpy() local 590 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectDiv() local 600 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, primType, node.Opnd(0)->GetPrimType()); in SelectRem() local 661 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, dtype, node.Opnd(0)->GetPrimType()); in SelectLnot() local 688 RegOperand ®Opnd0 in SelectCmpOp() local 877 RegOperand ®Opnd0 = SelectCopy2Reg(opnd0, fromType); SelectRetypeFloat() local 909 RegOperand ®Opnd0 = SelectCopy2Reg(src, dtype); SelectSqrt() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_peep.cpp | 892 auto ®Opnd0 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in Run() local 963 auto ®Opnd0 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in Run() local 1196 auto ®Opnd0 = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); CheckCondition() local [all...] |
Completed in 8 milliseconds