Home
last modified time | relevance | path

Searched refs:GetBinaryCodeForInsn (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_obj_emitter.h53 uint32 binInsn = GetBinaryCodeForInsn(insn, label2Offset, objFuncEmitInfo); in EncodeInstruction()
92 uint32 GetBinaryCodeForInsn(const Insn &insn, const std::vector<uint32> &label2Offset,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_obj_emitter.cpp271 uint32 AArch64ObjEmitter::GetBinaryCodeForInsn(const Insn &insn, const std::vector<uint32> &label2O… in GetBinaryCodeForInsn() function in maplebe::AArch64ObjEmitter