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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 15700 #define HI4(R) (((R) >> 1) & 0xf)
19601 inst.instruction |= HI4 (inst.operands[1].reg) << 16;
19609 inst.instruction |= HI4 (inst.operands[1].reg) << 16;
19611 inst.instruction |= HI4 (inst.operands[2].reg);
21706 inst.instruction |= HI4 (regnum) << 12;
21713 inst.instruction |= HI4 (regnum);
21720 inst.instruction |= HI4 (regnum) << 16;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 15703 #define HI4(R) (((R) >> 1) & 0xf)
19604 inst.instruction |= HI4 (inst.operands[1].reg) << 16;
19612 inst.instruction |= HI4 (inst.operands[1].reg) << 16;
19614 inst.instruction |= HI4 (inst.operands[2].reg);
21709 inst.instruction |= HI4 (regnum) << 12;
21716 inst.instruction |= HI4 (regnum);
21723 inst.instruction |= HI4 (regnum) << 16;

Completed in 66 milliseconds