Home
last modified time | relevance | path

Searched refs:isLoad (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dmacro_assembler_aarch64.cpp183 void MacroAssemblerAArch64::PickLoadStoreInsn(aarch64::Register reg, aarch64::MemoryOperand memOpnd, bool isLoad) in PickLoadStoreInsn() argument
192 if (value > maxNineBitsSignedValue && isLoad) { in PickLoadStoreInsn()
199 if (value > maxNineBitsSignedValue && !isLoad) { in PickLoadStoreInsn()
206 if (value <= maxNineBitsSignedValue && isLoad) { in PickLoadStoreInsn()
209 if (value <= maxNineBitsSignedValue && !isLoad) { in PickLoadStoreInsn()
H A Dmacro_assembler_aarch64.h64 void PickLoadStoreInsn(aarch64::Register reg, aarch64::MemoryOperand memOpnd, bool isLoad = true);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp80 MOperator PickLdStInsn(bool isLoad, uint32 bitSize, PrimType primType) in PickLdStInsn() argument
87 auto *table = isLoad ? ldIs : stIs; in PickLdStInsn()
95 MOperator *table = isLoad ? ldFs : stFs; in PickLdStInsn()

Completed in 8 milliseconds