Home
last modified time | relevance | path

Searched refs:SelectCSyncFetch (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp821 return cgFunc.SelectCSyncFetch(intrinsicopNode, OP_add, false); in HandleIntrinOp()
826 return cgFunc.SelectCSyncFetch(intrinsicopNode, OP_sub, false); in HandleIntrinOp()
831 return cgFunc.SelectCSyncFetch(intrinsicopNode, OP_add, true); in HandleIntrinOp()
836 return cgFunc.SelectCSyncFetch(intrinsicopNode, OP_sub, true); in HandleIntrinOp()
859 return cgFunc.SelectCSyncFetch(intrinsicopNode, OP_band, true); in HandleIntrinOp()
864 return cgFunc.SelectCSyncFetch(intrinsicopNode, OP_band, false); in HandleIntrinOp()
869 return cgFunc.SelectCSyncFetch(intrinsicopNode, OP_bior, true); in HandleIntrinOp()
874 return cgFunc.SelectCSyncFetch(intrinsicopNode, OP_bior, false); in HandleIntrinOp()
879 return cgFunc.SelectCSyncFetch(intrinsicopNode, OP_bxor, true); in HandleIntrinOp()
884 return cgFunc.SelectCSyncFetch(intrinsicopNode, OP_bxor, false); in HandleIntrinOp()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cgfunc.h84 … Operand *SelectCSyncFetch(IntrinsicopNode &intrinsicopNode, Opcode op, bool fetchBefore) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp223 Operand *X64CGFunc::SelectCSyncFetch(IntrinsicopNode &intrinsicopNode, Opcode op, bool fetchBefore) in SelectCSyncFetch() function in maplebe::X64CGFunc
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h320 …virtual Operand *SelectCSyncFetch(IntrinsicopNode &intrinsicopNode, Opcode op, bool fetchBefore) =…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h184 … Operand *SelectCSyncFetch(IntrinsicopNode &intrinsicopNode, Opcode op, bool fetchBefore) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp10213 Operand *AArch64CGFunc::SelectCSyncFetch(IntrinsicopNode &intrinopNode, Opcode op, bool fetchBefore) in SelectCSyncFetch() function in maplebe::AArch64CGFunc