Searched defs:ofst (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_offset_adjust.cpp | 186 int64 ofst = static_cast<AArch64MemLayout *>(memLayout)->RealStackFrameSize() - in AdjustmentOffsetForImmOpnd() local
|
| D | aarch64_dependence.cpp | 464 ImmOperand *ofst = static_cast<ImmOperand *>(ofstOpnd); in NoAlias() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_func_import.cpp | 299 int32 ofst = static_cast<int32>(ReadNum()); in ImportExpression() local 305 int32 ofst = static_cast<int32>(ReadNum()); in ImportExpression() local
|
| D | bin_mpl_import.cpp | 125 int32 ofst = static_cast<int32>(ReadNum()); in ImportConst() local 136 int32 ofst = static_cast<int32>(ReadNum()); in ImportConst() local
|
| D | mir_parser.cpp | 3352 uint32 ofst = 0; in ParseConstAddrLeafExpr() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | call_conv.h | 96 LmbcFormalParamInfo(PrimType pType, uint32 ofst, uint32 sz) in LmbcFormalParamInfo()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 583 IreadoffNode(PrimType ptyp, int32 ofst) : UnaryNode(OP_ireadoff, ptyp), offset(ofst) {} in IreadoffNode() 585 …IreadoffNode(PrimType ptyp, BaseNode *opnd, int32 ofst) : UnaryNode(OP_ireadoff, ptyp, opnd), offs… in IreadoffNode() 619 IreadFPoffNode(PrimType ptyp, int32 ofst) : BaseNode(OP_ireadfpoff, ptyp, 0), offset(ofst) {} in IreadFPoffNode() 1661 explicit AddroflabelNode(uint32 ofst) : BaseNode(OP_addroflabel), offset(ofst) {} in AddroflabelNode() 1969 GotoNode(Opcode o, uint32 ofst) : StmtNode(o), offset(ofst) {} in GotoNode() 3366 explicit IassignoffNode(int32 ofst) : BinaryStmtNode(OP_iassignoff), offset(ofst) {} in IassignoffNode() 3408 explicit IassignFPoffNode(Opcode o, int32 ofst) : UnaryStmtNode(o), offset(ofst) {} in IassignFPoffNode() 3429 void SetOffset(int32 ofst) in SetOffset() 3454 …explicit BlkassignoffNode(int32 ofst, int32 bsize) : BinaryStmtNode(OP_blkassignoff), offset(ofst)… in BlkassignoffNode() 3459 explicit BlkassignoffNode(int32 ofst, int32 bsize, BaseNode *dest, BaseNode *src) in BlkassignoffNode()
|
| D | mir_const.h | 215 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty, int32 ofst) in MIRAddrofConst()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cgfunc.h | 759 void SetLmbcArgInfo(RegOperand *reg, PrimType pTy, int32 ofst, int32 regs) in SetLmbcArgInfo()
|