Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.h115 void Jmp(Label *target, Distance distance = Distance::Far);
130 void Ja(Label *target, Distance distance = Distance::Far);
131 void Jb(Label *target, Distance distance = Distance::Far);
132 void Jz(Label *target, Distance distance = Distance::Far);
133 void Je(Label *target, Distance distance = Distance::Far);
134 void Jg(Label *target, Distance distance = Distance::Far);
135 void Jge(Label *target, Distance distance = Distance::Far);
136 void Jne(Label *target, Distance distance = Distance::Far);
137 void Jbe(Label *target, Distance distance = Distance::Far);
138 void Jnz(Label *target, Distance distance = Distance::Far);
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dassembler.h90 Far enumerator