Searched defs:offsetOpnd (Results 1 – 5 of 5) sorted by relevance
998 Operand *offsetOpnd = &insn.GetOperand(kInsnSixthOpnd); in EmitGetAndAddInt() local1066 Operand *offsetOpnd = &insn.GetOperand(kInsnFifthOpnd); in EmitGetAndSetInt() local
3840 OfstOperand *offsetOpnd = nullptr; in GetOrCreateMemOpnd() local3912 OfstOperand &offsetOpnd = CreateOfstOpnd(static_cast<uint64>(offset), k32BitSize); in CreateMemOpnd() local3927 OfstOperand &offsetOpnd = CreateOfstOpnd(static_cast<uint64>(offset), k32BitSize); in CreateMemOpnd() local4321 OfstOperand *offsetOpnd = &CreateOfstOpnd(static_cast<uint64>(offset), k64BitSize); in GetOrCreatSpillMem() local
1733 ImmOperand &offsetOpnd = static_cast<ImmOperand&>(insn.GetOperand(kInsnThirdOpnd)); in EmitHasPendingException() local
1477 ImmOperand &offsetOpnd = static_cast<ImmOperand&>(preInsn->GetOperand(kInsnThirdOpnd)); in IntrinsicOptimize() local
1450 ImmOperand *offsetOpnd = nullptr; /* offset immediate */ variable