OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_DEFAD_USEA
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/quick/
mir_to_lir.h
84
#define REG_DEFAD_USEAD (
REG_DEFAD_USEA
| REG_USED)
85
#define
REG_DEFAD_USEA
(REG_DEFA_USEA | REG_DEFD)
[
all
...]
/art/compiler/dex/quick/x86/
assemble_x86.cc
243
UNARY_ENCODING_MAP(Mul, 0x4, 0, SETS_CCODES, DaR, kRegRegReg, IS_UNARY_OP | REG_USE0, DaM, kRegRegMem, IS_BINARY_OP | REG_USE0, DaA, kRegRegArray, IS_QUAD_OP | REG_USE01, 0, REG_DEFA_USEA,
REG_DEFAD_USEA
,
REG_DEFAD_USEA
, "ax,al,", "dx:ax,ax,", "edx:eax,eax,"),
244
UNARY_ENCODING_MAP(Imul, 0x5, 0, SETS_CCODES, DaR, kRegRegReg, IS_UNARY_OP | REG_USE0, DaM, kRegRegMem, IS_BINARY_OP | REG_USE0, DaA, kRegRegArray, IS_QUAD_OP | REG_USE01, 0, REG_DEFA_USEA,
REG_DEFAD_USEA
,
REG_DEFAD_USEA
, "ax,al,", "dx:ax,ax,", "edx:eax,eax,"),
[
all
...]
Completed in 116 milliseconds