HomeSort by: relevance | last modified time | path
    Searched refs:rex (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/sys/arch/amd64/amd64/
db_disasm.c 71 * REX prefix and bits
77 #define REX 0x40
896 #define f_mod(rex, byte) ((byte)>>6)
897 #define f_reg(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_R ? 0x8 : 0x0))
898 #define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0))
900 #define sib_ss(rex, byte) ((byte)>>6)
901 #define sib_index(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_X ? 0x8 : 0x0)
1194 u_int rex = 0; local
    [all...]
  /src/lib/librpcsvc/
Makefile 10 nlm_prot.x rex.x rnusers.x rusers.x rquota.x rstat.x rwall.x\
  /src/external/gpl3/gcc/dist/libgfortran/generated/
reshape_c10.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_c16.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_c17.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_c4.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_c8.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_i16.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_i4.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_i8.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_r10.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_r16.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_r17.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_r4.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_r8.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
  /src/external/gpl3/gcc.old/dist/libgfortran/generated/
reshape_c10.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_c16.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_c17.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_c4.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_c8.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_i16.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_i4.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_i8.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_r10.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;
reshape_r16.c 56 index_type rex; local
105 rex = shape_data[n];
107 GFC_DIMENSION_SET(ret->dim[n], 0, rex - 1, rs);
109 rs *= rex;

Completed in 21 milliseconds

1 2 3