Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/intrinsics/common_to_x86/include/berberis/intrinsics/common_to_x86/
Dtext_assembler_common.h258 bool print_kwd = true; in Byte() local
260 (fprintf(out_, "%s%" PRIu8, print_kwd ? print_kwd = false, ".byte " : ", ", args), ...); in Byte()
267 bool print_kwd = true; in TwoByte() local
269 (fprintf(out_, "%s%" PRIu16, print_kwd ? print_kwd = false, ".2byte " : ", ", args), ...); in TwoByte()
276 bool print_kwd = true; in FourByte() local
278 (fprintf(out_, "%s%" PRIu32, print_kwd ? print_kwd = false, ".4byte " : ", ", args), ...); in FourByte()
285 bool print_kwd = true; in EigthByte() local
287 (fprintf(out_, "%s%" PRIu64, print_kwd ? print_kwd = false, ".8byte " : ", ", args), ...); in EigthByte()