Searched refs:SelectCSyncFetch (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cgfunc.cpp | 821 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/ |
| D | x64_cgfunc.h | 84 … Operand *SelectCSyncFetch(IntrinsicopNode &intrinsicopNode, Opcode op, bool fetchBefore) override;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 223 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/ |
| D | cgfunc.h | 320 …virtual Operand *SelectCSyncFetch(IntrinsicopNode &intrinsicopNode, Opcode op, bool fetchBefore) =…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cgfunc.h | 184 … Operand *SelectCSyncFetch(IntrinsicopNode &intrinsicopNode, Opcode op, bool fetchBefore) override;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 10213 Operand *AArch64CGFunc::SelectCSyncFetch(IntrinsicopNode &intrinopNode, Opcode op, bool fetchBefore) in SelectCSyncFetch() function in maplebe::AArch64CGFunc
|