Home
last modified time | relevance | path

Searched refs:MovWide (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp660 MovWide(MoveOpCode::MOVZ, rd, imm, shift); in Movz()
665 MovWide(MoveOpCode::MOVK, rd, imm, shift); in Movk()
670 MovWide(MoveOpCode::MOVN, rd, imm, shift); in Movn()
673 void AssemblerAarch64::MovWide(uint32_t op, const Register &rd, uint64_t imm, int shift) in MovWide() function in panda::ecmascript::aarch64::AssemblerAarch64
H A Dassembler_aarch64.h410 void MovWide(uint32_t op, const Register &rd, uint64_t imm, int shift);
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp184 return Allocator()->New<MovWide>(node, vd, vs); in AllocMov()
201 return Allocator()->New<MovWide>(node, *vd.reg, vs); in AllocMov()
221 Ra().Emit<MovWide>(node, vd, vs); in MoveVreg()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test.cpp203 emitter.MovWide(V4_MAX - 2U, V4_MAX - 3L); in TEST_F()
204 emitter.MovWide(V16_MAX - 2U, V16_MAX - 3L); in TEST_F()

Completed in 12 milliseconds