Searched refs:rex_w (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/x64/
H A Ddisasm-x64.cc364 bool rex_w() { return (rex_ & 0x08) != 0; } function in class:disasm::DisassemblerX64
368 if (rex_w()) return QUADWORD_SIZE;
1064 rex_w() ? 'q' : 'd',
1073 rex_w() ? 'q' : 'd');
1334 if (rex_w()) AppendToBuffer("REX.W ");
1353 if (rex_w()) AppendToBuffer("REX.W ");
/external/elfutils/libcpu/
H A Di386_disasm.c117 prefbit (rex_w),
/external/qemu/target-i386/
H A Dtranslate.c4047 int rex_w, rex_r; local
4056 rex_w = -1;
4106 rex_w = (b >> 3) & 1;
4113 if (rex_w == 1) {

Completed in 134 milliseconds