Searched defs:immAddend (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_mop_split.h | 78 ImmOperand &immAddend = opndBuilder->CreateImm(k64BitSize, addend, true); in SplitGetRemained() local 366 ImmOperand &immAddend = SplitGetRemained(memOpnd, bitLen, ofstVal, forPair, opndBuilder); in MemOfstSplitWithAdd() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 638 ImmOperand &immAddend = CreateImmOperand(addend, k64BitSize, true); in SplitAndGetRemained() local 653 …ImmOperand &immAddend = SplitAndGetRemained(memOpnd, bitLen, resOpnd, ofstVal, isDest, insn, forPa… in SplitOffsetWithAddInstruction() local
|