Searched refs:imod (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1894 unsigned imod = fieldFromInstruction(Insn, 18, 2); local
1901 // imod == '01' --> UNPREDICTABLE
1903 // return failure here. The '01' imod value is unprintable, so there's
1906 if (imod == 1) return MCDisassembler::Fail;
1908 if (imod && M) {
1910 Inst.addOperand(MCOperand::CreateImm(imod));
1913 } else if (imod && !M) {
1915 Inst.addOperand(MCOperand::CreateImm(imod));
1918 } else if (!imod && M) {
1923 // imod
1934 unsigned imod = fieldFromInstruction(Insn, 9, 2); local
3357 unsigned imod = fieldFromInstruction(Insn, 4, 1) | 0x2; local
[all...]
/macosx-10.9.5/lsof-52/lsof/
H A Darg.c586 int imod = 0; local
638 if (++imod > 1) {
639 if (imod == 2) {
/macosx-10.9.5/cctools-845/as/
H A Darm.c8063 unsigned int imod = (inst.instruction & 0x0030) >> 4;
8065 inst.instruction |= imod << 9;
8054 unsigned int imod = (inst.instruction & 0x0030) >> 4; local

Completed in 154 milliseconds