HomeSort by: relevance | last modified time | path
    Searched defs:LOW4 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 15697 #define LOW4(R) ((R) & 0xf)
15853 inst.instruction |= LOW4 (inst.operands[2].reg);
15864 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
15912 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
15931 inst.instruction |= LOW4 (inst.operands[2].reg);
15960 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
15962 inst.instruction |= LOW4 (inst.operands[1].reg);
15985 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
15986 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
16028 inst.instruction |= LOW4 (inst.operands[0].reg) << 12
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 15700 #define LOW4(R) ((R) & 0xf)
15856 inst.instruction |= LOW4 (inst.operands[2].reg);
15867 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
15915 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
15934 inst.instruction |= LOW4 (inst.operands[2].reg);
15963 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
15965 inst.instruction |= LOW4 (inst.operands[1].reg);
15988 inst.instruction |= LOW4 (inst.operands[1].reg) << 16;
15989 inst.instruction |= LOW4 (inst.operands[0].reg) << 12;
16031 inst.instruction |= LOW4 (inst.operands[0].reg) << 12
    [all...]

Completed in 46 milliseconds