OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AM3Opc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h
447
static inline unsigned char getAM3Offset(unsigned
AM3Opc
) {
448
return
AM3Opc
& 0xFF;
450
static inline AddrOpc getAM3Op(unsigned
AM3Opc
) {
451
return ((
AM3Opc
>> 8) & 1) ? sub : add;
453
static inline unsigned getAM3IdxMode(unsigned
AM3Opc
) {
454
return (
AM3Opc
>> 9);
/external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp
[
all
...]
Completed in 131 milliseconds