OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Firstcond
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp
[
all
...]
/external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp
62
// instructions that for the IT block.
Firstcond
and Mask correspond to the
64
void setITState(char
Firstcond
, char Mask) {
66
unsigned CondBit0 =
Firstcond
& 1;
68
unsigned char CCBits = static_cast<unsigned char>(
Firstcond
& 0xf);
[
all
...]
Completed in 179 milliseconds