Home
last modified time | relevance | path

Searched defs:rtype (Results 1 – 25 of 61) sorted by relevance

123

/openbsd/sys/arch/sparc64/fpu/
H A Dfpu.c424 int opf = instr.i_opf.i_opf, rs, rd, rtype; in fpu_insn_fmov() local
444 int opf = instr.i_opf.i_opf, rs, rd, rtype; in fpu_insn_fabs() local
465 int opf = instr.i_opf.i_opf, rs, rd, rtype; in fpu_insn_fneg() local
567 int opf = instr.i_opf.i_opf, rd, rs, rtype; in fpu_insn_fsqrt() local
593 int opf = instr.i_opf.i_opf, rs1, rs2, rtype, cx, fsr; in fpu_insn_fcmp() local
633 int opf = instr.i_opf.i_opf, rd, rtype, rs1, rs2; in fpu_insn_fmul() local
692 int opf = instr.i_opf.i_opf, rd, rtype, rs1, rs2; in fpu_insn_fdiv() local
721 int opf = instr.i_opf.i_opf, rd, rtype, rs1, rs2; in fpu_insn_fadd() local
750 int opf = instr.i_opf.i_opf, rd, rtype, rs1, rs2; in fpu_insn_fsub() local
777 int rtype, rd, rs, cond; in fpu_insn_fmovcc() local
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/Util/
H A DRef.pm12 sub rtype { subroutine
/openbsd/gnu/gcc/gcc/
H A Dtree-mudflap.c330 #define build_function_type_0(rtype) \ argument
332 #define build_function_type_1(rtype, arg1) \ argument
334 #define build_function_type_3(rtype, arg1, arg2, arg3) \ argument
337 #define build_function_type_4(rtype, arg1, arg2, arg3, arg4) \ argument
H A Dscan.h40 const char *rtype; member
/openbsd/usr.bin/dig/
H A Dhost.c89 struct rtype { struct
94 static struct rtype rtypes[] = { argument
/openbsd/games/hack/
H A Ddef.mkroom.h67 schar rtype,rlit,doorct,fdoor; member
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp52 #define R_CLS(rtype) \ argument
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dscan.h48 const char *rtype; member
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-i860.c748 lookup_howto (unsigned int rtype) in lookup_howto()
776 unsigned int rtype; in elf32_i860_reloc_type_lookup() local
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-i860.c748 lookup_howto (unsigned int rtype) in lookup_howto()
776 unsigned int rtype; in elf32_i860_reloc_type_lookup() local
/openbsd/usr.bin/ssh/
H A Dserverloop.c721 char *rtype = NULL; in server_input_global_request() local
828 char *rtype = NULL; in server_input_channel_req() local
H A Dssh-sk-helper.c277 u_int rtype, ll = 0; in main() local
H A Dssh-sk-client.c141 u_int rtype, rerr; in client_converse() local
H A Dclientloop.c1941 char *rtype = NULL; in client_input_channel_req() local
2627 char *rtype; in client_input_global_request() local
H A Dmonitor_wrap.c199 u_char rtype; in mm_request_receive_expect() local
/openbsd/sbin/unwind/libunbound/respip/
H A Drespip.c567 rdata2sockaddr(const struct packed_rrset_data* rd, uint16_t rtype, size_t i, in rdata2sockaddr()
617 uint16_t rtype = ntohs(rep->rrsets[i]->rk.type); in respip_addr_lookup() local
/openbsd/usr.sbin/unbound/respip/
H A Drespip.c567 rdata2sockaddr(const struct packed_rrset_data* rd, uint16_t rtype, size_t i, in rdata2sockaddr()
617 uint16_t rtype = ntohs(rep->rrsets[i]->rk.type); in respip_addr_lookup() local
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-ia64.c1193 output_R1_format (f, rtype, rlen) in output_R1_format() argument
1233 output_R3_format (f, rtype, rlen) in output_R3_format() argument
1279 output_P3_format (f, rtype, reg) in output_P3_format() argument
1360 output_P6_format (f, rtype, rmask) in output_P6_format() argument
1377 output_P7_format (f, rtype, w1, w2) in output_P7_format() argument
1446 output_P8_format (f, rtype, t) in output_P8_format() argument
1549 output_B1_format (f, rtype, label) in output_B1_format() argument
1608 output_B4_format (f, rtype, label) in output_B4_format() argument
1645 output_X1_format (f, rtype, ab, reg, t, w1) in output_X1_format() argument
1684 output_X3_format (f, rtype, qp, ab, reg, t, w1) in output_X3_format() argument
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ia64.c1239 output_R1_format (f, rtype, rlen) in output_R1_format() argument
1279 output_R3_format (f, rtype, rlen) in output_R3_format() argument
1325 output_P3_format (f, rtype, reg) in output_P3_format() argument
1406 output_P6_format (f, rtype, rmask) in output_P6_format() argument
1423 output_P7_format (f, rtype, w1, w2) in output_P7_format() argument
1492 output_P8_format (f, rtype, t) in output_P8_format() argument
1595 output_B1_format (f, rtype, label) in output_B1_format() argument
1654 output_B4_format (f, rtype, label) in output_B4_format() argument
1691 output_X1_format (f, rtype, ab, reg, t, w1) in output_X1_format() argument
1730 output_X3_format (f, rtype, qp, ab, reg, t, w1) in output_X3_format() argument
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp240 ffi_type *rtype = ffiTypeFor(RetTy); in ffiInvoke() local
/openbsd/usr.sbin/vmd/
H A Dvm_agentx.c143 enum agentx_request_type rtype; in vm_agentx_dispatch_parent() local
/openbsd/gnu/gcc/gcc/config/soft-fp/
H A Dop-common.h1078 #define _FP_FROM_INT(fs, wc, X, r, rsize, rtype) \ argument
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dmaxq.h346 Reg_type rtype; /* 8 bit/16 bit and read only/read write. */ member
/openbsd/gnu/lib/libreadline/
H A Dcomplete.c612 rl_quote_filename (s, rtype, qcp) in rl_quote_filename() argument
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp78 static uint32_t rtype(uint32_t op, uint32_t rd, uint32_t rs1, uint32_t rs2) { in rtype() function

123