Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp848 return cgFunc.SelectCSyncLockTestSet(intrinsicopNode, PTY_i8); in HandleIntrinOp()
850 return cgFunc.SelectCSyncLockTestSet(intrinsicopNode, PTY_i16); in HandleIntrinOp()
852 return cgFunc.SelectCSyncLockTestSet(intrinsicopNode, PTY_i32); in HandleIntrinOp()
854 return cgFunc.SelectCSyncLockTestSet(intrinsicopNode, PTY_i64); in HandleIntrinOp()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cgfunc.h90 Operand *SelectCSyncLockTestSet(IntrinsicopNode &intrinopNode, PrimType pty) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp213 Operand *X64CGFunc::SelectCSyncLockTestSet(IntrinsicopNode &intrinopNode, PrimType pty) in SelectCSyncLockTestSet() function in maplebe::X64CGFunc
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h323 virtual Operand *SelectCSyncLockTestSet(IntrinsicopNode &intrinsicopNode, PrimType pty) = 0;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h187 Operand *SelectCSyncLockTestSet(IntrinsicopNode &intrinsicopNode, PrimType pty) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp10228 Operand *AArch64CGFunc::SelectCSyncLockTestSet(IntrinsicopNode &intrinopNode, PrimType pty) in SelectCSyncLockTestSet() function in maplebe::AArch64CGFunc