Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dassemble_x86.cc881 int32_t raw_reg_r, int32_t raw_reg_x, int32_t raw_reg_b) { in EmitPrefix() argument
889 bool x = NeedsRex(raw_reg_x); in EmitPrefix()
964 int32_t raw_reg_r, int32_t raw_reg_x, int32_t raw_reg_b) { in EmitPrefixAndOpcode() argument
965 EmitPrefix(entry, raw_reg_r, raw_reg_x, raw_reg_b); in EmitPrefixAndOpcode()
Dcodegen_x86.h425 int32_t raw_reg_r, int32_t raw_reg_x, int32_t raw_reg_b);