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

  /src/sys/arch/alpha/alpha/
trap.c 1020 if (inst->float_format.opcode == op_intmisc) {
1021 regptr = irp(l, inst->float_format.fc);
1022 switch (inst->float_format.function) {
1025 alpha_stt(inst->float_format.fa, &fmem.t);
1033 alpha_sts(inst->float_format.fa, &fmem.s);
1041 inst->float_format.function);
1043 } else if (inst->float_format.opcode == op_fix_float) {
1044 regptr = irp(l, inst->float_format.fa);
1047 switch (inst->float_format.function) {
1051 alpha_lds(inst->float_format.fc, &fmem.s)
    [all...]
db_disasm.c 894 opcode = vaxf_name(ctx->insn.float_format.function);
898 opcode = ieeef_name(ctx->insn.float_format.function);
902 opcode = anyf_name(ctx->insn.float_format.function);
905 ctx->insn.float_format.fa,
906 ctx->insn.float_format.fb,
907 ctx->insn.float_format.fc);
fp_complete.c 280 switch(inst.float_format.function) {
547 insn.float_format.opcode, insn.float_format.function,
548 insn.float_format.fa, insn.float_format.fb, insn.float_format.fc);
575 if (inst.float_format.function == op_cvtql_sv ||
576 inst.float_format.function == op_cvtql_v) {
  /src/sys/arch/alpha/include/
alpha_instruction.h 185 } float_format; member in union:__anon8bb70b0d010a

Completed in 17 milliseconds