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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 15698 #define HI1(R) (((R) >> 4) & 1)
15852 inst.instruction |= HI1 (inst.operands[2].reg) << 5;
15929 inst.instruction |= HI1 (inst.operands[2].reg) << 5;
15958 inst.instruction |= HI1 (inst.operands[0].reg) << 22;
15961 inst.instruction |= HI1 (inst.operands[1].reg) << 5;
15984 inst.instruction |= HI1 (inst.operands[0].reg) << 22;
15987 inst.instruction |= HI1 (inst.operands[1].reg) << 7;
16025 inst.instruction |= HI1 (inst.operands[0].reg) << 22;
16053 inst.instruction |= HI1 (inst.operands[0].reg) << 22;
16057 inst.instruction |= HI1 (inst.operands[1].reg) << 7
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 15701 #define HI1(R) (((R) >> 4) & 1)
15855 inst.instruction |= HI1 (inst.operands[2].reg) << 5;
15932 inst.instruction |= HI1 (inst.operands[2].reg) << 5;
15961 inst.instruction |= HI1 (inst.operands[0].reg) << 22;
15964 inst.instruction |= HI1 (inst.operands[1].reg) << 5;
15987 inst.instruction |= HI1 (inst.operands[0].reg) << 22;
15990 inst.instruction |= HI1 (inst.operands[1].reg) << 7;
16028 inst.instruction |= HI1 (inst.operands[0].reg) << 22;
16056 inst.instruction |= HI1 (inst.operands[0].reg) << 22;
16060 inst.instruction |= HI1 (inst.operands[1].reg) << 7
    [all...]

Completed in 146 milliseconds