Home
last modified time | relevance | path

Searched refs:IsSingleInstructionMovable (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dmacro_assembler_aarch64.h68 bool IsSingleInstructionMovable(uint64_t imm, uint32_t size);
H A Dmacro_assembler_aarch64.cpp295 bool MacroAssemblerAArch64::IsSingleInstructionMovable(uint64_t val, uint32_t size) in IsSingleInstructionMovable() function in panda::ecmascript::kungfu::MacroAssemblerAArch64
322 if (IsSingleInstructionMovable(srcVal, size)) { in CopyImm()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_peep.cpp908 immOpnd.IsSingleInstructionMovable(regOpnd0.GetSize())) { in Run()
914 immOpnd.IsSingleInstructionMovable(regOpnd0.GetSize())) { in Run()
925 immOpnd.IsSingleInstructionMovable(regOpnd0.GetSize())) { in Run()
H A Daarch64_cgfunc.cpp194 if (src.GetSize() == k32BitSize && dsize == k64BitSize && src.IsSingleInstructionMovable()) { in SelectCopyImm()
200 if (src.IsSingleInstructionMovable()) { in SelectCopyImm()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h557 bool IsSingleInstructionMovable() const in IsSingleInstructionMovable() function in maplebe::ImmOperand
563 bool IsSingleInstructionMovable(uint32 destSize) const in IsSingleInstructionMovable() function in maplebe::ImmOperand

Completed in 16 milliseconds