Home | Sort by relevance Sort by last modified time |
/external/v8/src/x64/ | |
assembler-x64.h | 400 bool requires_rex() const { return rex_ != 0; } function in class:v8::internal::BASE_EMBEDDED [all...] |
macro-assembler-x64.h | 712 return (target.requires_rex() ? 2 : 1) + target.operand_size(); [all...] |