Searched refs:MovWide (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
H A D | assembler_aarch64.cpp | 660 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 D | assembler_aarch64.h | 410 void MovWide(uint32_t op, const Register &rd, uint64_t imm, int shift);
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSGen.cpp | 184 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 D | interpreter_test.cpp | 203 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