Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dmain_main.c165 static IRType arch_word_size ( VexArch arch );
330 guest_word_type = arch_word_size(vta->arch_guest); in LibVEX_FrontEnd()
331 host_word_type = arch_word_size(vta->arch_host); in LibVEX_FrontEnd()
1492 static IRType arch_word_size (VexArch arch) { in arch_word_size() function