HomeSort by: relevance | last modified time | path
    Searched refs:operate_generic_format (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/alpha/alpha/
trap.c 1227 if (inst.operate_generic_format.function == op_sextb &&
1228 inst.operate_generic_format.ra == 31) {
1232 if (inst.operate_generic_format.is_lit) {
1241 regptr = irp(l, inst.operate_generic_format.rc);
1246 if (inst.operate_generic_format.function == op_sextw &&
1247 inst.operate_generic_format.ra == 31) {
1251 if (inst.operate_generic_format.is_lit) {
1260 regptr = irp(l, inst.operate_generic_format.rc);
fp_complete.c 758 a1 &= ~(1UL << (inst.operate_generic_format.rc + 32));
761 a1 &= ~(1UL << inst.operate_generic_format.rc);
  /src/sys/arch/alpha/include/
alpha_instruction.h 153 } operate_generic_format; member in union:__anon8bb70b0d010a

Completed in 16 milliseconds