Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dasm_assembler.cpp249 void AsmAssembler::EmitHexUnsigned(uint64 num) in EmitHexUnsigned() function in assembler::AsmAssembler
298 EmitHexUnsigned(debugInfoLength); in EmitDIDebugInfoSectionHeader()
303 EmitHexUnsigned(kDwarfVersion); in EmitDIDebugInfoSectionHeader()
309 EmitHexUnsigned(kSizeOfPTR); in EmitDIDebugInfoSectionHeader()
320 EmitHexUnsigned(abbrevId); in EmitDIDebugInfoSectionAbbrevId()
325 EmitHexUnsigned(offset); in EmitDIDebugInfoSectionAbbrevId()
329 EmitHexUnsigned(size); in EmitDIDebugInfoSectionAbbrevId()
399 EmitHexUnsigned(attrValue); in EmitDwFormData()
440 EmitHexUnsigned(offsetOrValue); in EmitDwFormRef4()
448 EmitHexUnsigned( in EmitDwFormExprlocCfa()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cg.cpp170 emitter->EmitHexUnsigned(rcHeader); in EmitGCTIBLabel()
181 emitter->EmitHexUnsigned(bitmapWord); in EmitGCTIBLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Dasm_assembler.h117 EmitHexUnsigned(attr);
154 void EmitHexUnsigned(uint64 num);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h276 void EmitHexUnsigned(uint64 num);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp2786 void Emitter::EmitHexUnsigned(uint64 num) in EmitAsmLabel() function in maplebe::Emitter

Completed in 10 milliseconds