Searched refs:ofst (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | call_conv.h | 114 LmbcFormalParamInfo(PrimType pType, uint32 ofst, uint32 sz) in LmbcFormalParamInfo() argument 116 offset(ofst), in LmbcFormalParamInfo()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_offset_adjust.cpp | 162 int64 ofst = static_cast<int64>( in AdjustmentOffsetForImmOpnd() local 167 immOpnd.SetValue(immOpnd.GetValue() - ofst); in AdjustmentOffsetForImmOpnd() 173 immOpnd.Add(ofst); in AdjustmentOffsetForImmOpnd()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_const.h | 218 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty, int32 ofst) in MIRAddrofConst() argument 219 : MIRConst(ty, kConstAddrof), stIdx(sy), fldID(fi), offset(ofst) in MIRAddrofConst()
|
H A D | mir_nodes.h | 1293 GotoNode(Opcode o, uint32 ofst) : StmtNode(o), offset(ofst) {} in GotoNode() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
H A D | aarch64_cgfunc.h | 584 ParamDesc(MIRType *type, BaseNode *expr, uint32 ofst = 0, bool copyed = false) in ParamDesc() 585 : mirType(type), argExpr(expr), offset(ofst), preCopyed(copyed) in ParamDesc()
|
Completed in 7 milliseconds