Searched defs:raw_reg_x (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/x86/
H A Dassemble_x86.cc911 int32_t raw_reg_r, int32_t raw_reg_x, int32_t raw_reg_b) {
919 bool x = NeedsRex(raw_reg_x);
994 int32_t raw_reg_r, int32_t raw_reg_x, int32_t raw_reg_b) {
995 EmitPrefix(entry, raw_reg_r, raw_reg_x, raw_reg_b);
910 EmitPrefix(const X86EncodingMap* entry, int32_t raw_reg_r, int32_t raw_reg_x, int32_t raw_reg_b) argument
993 EmitPrefixAndOpcode(const X86EncodingMap* entry, int32_t raw_reg_r, int32_t raw_reg_x, int32_t raw_reg_b) argument

Completed in 51 milliseconds