Searched refs:hireg (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/sh3/dev/
H A Dadc.c121 volatile uint8_t *hireg; local
134 hireg = (volatile uint8_t *)(SH7709_ADDRAH + regoff);
176 return (((*hireg << 8) | *loreg) >> 6);
/netbsd-current/sys/dev/usb/
H A Dif_mue.c1012 uint32_t reg, rxfilt, h, hireg, loreg; local
1078 hireg = (un->un_flags & LAN7500) ?
1080 loreg = hireg + 4;
1081 mue_csr_write(un, hireg, 0);
1083 mue_csr_write(un, hireg, pfiltbl[i][0]);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp246 bool hireg = true) {
252 if (hireg) {
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c2431 int hireg, dregs = (rtype == REG_TYPE_NQ) ? 2 : 1; local
2447 hireg = parse_typed_reg_or_scalar (&ptr, rtype, NULL, &htype);
2448 if (hireg == FAIL)
2458 count += hireg + dregs - getreg;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c2436 int hireg, dregs = (rtype == REG_TYPE_NQ) ? 2 : 1; local
2452 hireg = parse_typed_reg_or_scalar (&ptr, rtype, NULL, &htype);
2453 if (hireg == FAIL)
2463 count += hireg + dregs - getreg;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c2431 int hireg, dregs = (rtype == REG_TYPE_NQ) ? 2 : 1; local
2447 hireg = parse_typed_reg_or_scalar (&ptr, rtype, NULL, &htype);
2448 if (hireg == FAIL)
2458 count += hireg + dregs - getreg;

Completed in 706 milliseconds