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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c15943 #define HI4(R) (((R) >> 1) & 0xf)
19845 inst.instruction |= HI4 (inst.operands[1].reg) << 16;
19853 inst.instruction |= HI4 (inst.operands[1].reg) << 16;
19855 inst.instruction |= HI4 (inst.operands[2].reg);
21950 inst.instruction |= HI4 (regnum) << 12;
21957 inst.instruction |= HI4 (regnum);
21964 inst.instruction |= HI4 (regnum) << 16;
15937 #define HI4 macro
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c15883 #define HI4(R) (((R) >> 1) & 0xf)
19785 inst.instruction |= HI4 (inst.operands[1].reg) << 16;
19793 inst.instruction |= HI4 (inst.operands[1].reg) << 16;
19795 inst.instruction |= HI4 (inst.operands[2].reg);
21884 inst.instruction |= HI4 (regnum) << 12;
21891 inst.instruction |= HI4 (regnum);
21898 inst.instruction |= HI4 (regnum) << 16;
15877 #define HI4 macro
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c15943 #define HI4(R) (((R) >> 1) & 0xf)
19845 inst.instruction |= HI4 (inst.operands[1].reg) << 16;
19853 inst.instruction |= HI4 (inst.operands[1].reg) << 16;
19855 inst.instruction |= HI4 (inst.operands[2].reg);
21950 inst.instruction |= HI4 (regnum) << 12;
21957 inst.instruction |= HI4 (regnum);
21964 inst.instruction |= HI4 (regnum) << 16;
15937 #define HI4 macro

Completed in 468 milliseconds