Home
last modified time | relevance | path

Searched refs:SIZE_OF_INT32 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dassembler_x64.cpp314 EmitI32(offset - SIZE_OF_INT32); in EmitJmp()
330 EmitI32(offset - SIZE_OF_INT32); in EmitJa()
346 EmitI32(offset - SIZE_OF_INT32); in EmitJb()
362 EmitI32(offset - SIZE_OF_INT32); in EmitJz()
378 EmitI32(offset - SIZE_OF_INT32); in EmitJne()
394 EmitI32(offset - SIZE_OF_INT32); in EmitJbe()
410 EmitI32(offset - SIZE_OF_INT32); in EmitJnz()
426 EmitI32(offset - SIZE_OF_INT32); in EmitJle()
442 EmitI32(offset - SIZE_OF_INT32); in EmitJae()
458 EmitI32(offset - SIZE_OF_INT32); in EmitJg()
[all...]
H A Dassembler_x64.h263 static constexpr int32_t SIZE_OF_INT32 = static_cast<int32_t>(sizeof(int32_t)); member in panda::ecmascript::x64::AssemblerX64

Completed in 2 milliseconds