Home
last modified time | relevance | path

Searched defs:IsAccumulator (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dx86_32.h202 static bool IsAccumulator(Register reg) { return reg == eax; } in IsAccumulator() function
Dx86_64.h202 static bool IsAccumulator(Register reg) { return reg == rax; } in Jcc() function