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

  /src/external/lgpl3/gmp/dist/mpn/m88k/
add_n.s 59 or.u r12,r12,hi16(Lbase)
sub_n.s 60 or.u r12,r12,hi16(Lbase)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIRegisterInfo.cpp 280 getSubRegIndexLaneMask(AMDGPU::hi16)).getAsInteger() ==
520 Reserved.set(getSubReg(Reg, AMDGPU::hi16));
528 Reserved.set(getSubReg(Reg, AMDGPU::hi16));
2445 if (MCPhysReg Super = getMatchingSuperReg(Reg, AMDGPU::hi16,
SIInstrInfo.cpp 828 "Cannot use hi16 subreg with an AGPR!");
838 "Cannot use hi16 subreg on VI!");
2729 if (UseMI.getOperand(1).getSubReg() == AMDGPU::hi16)
  /src/external/lgpl3/gmp/dist/mpn/powerpc32/vmx/
mod_34lsub1.asm 366 C <-hi16-> <--- 24 --> <--- 24 --> <--- 24 --> <--- 24 --> <-lo16->
  /src/external/lgpl3/gmp/dist/mpn/sparc32/v9/
sqr_diagonal.asm 62 C fitod %f0,%f4 C hi16
  /src/external/gpl3/binutils/dist/gas/config/
tc-tilepro.c 224 INSERT_SPECIAL_OP(hi16);
434 /* Take an expression like hi16(x) and turn it into x with
888 /* Extend the expression parser to handle hi16(label), etc.
909 /* hi16, etc. not followed by a paren is just a label with that
1418 /* Apply lo16, hi16, ha16, etc. munging. */
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tilepro.c 224 INSERT_SPECIAL_OP(hi16);
434 /* Take an expression like hi16(x) and turn it into x with
888 /* Extend the expression parser to handle hi16(label), etc.
909 /* hi16, etc. not followed by a paren is just a label with that
1418 /* Apply lo16, hi16, ha16, etc. munging. */
  /src/sys/dev/ic/
isp_library.c 1524 ISP_IOXGET_16(isp, &src->plogx_ioparm[i].hi16, dst->plogx_ioparm[i].hi16);
1542 ISP_IOXPUT_16(isp, src->plogx_ioparm[i].hi16, &dst->plogx_ioparm[i].hi16);
ispmbox.h 1365 uint16_t hi16; member in struct:__anon2872::__anon2873
isp.c 2158 sst = plp->plogx_ioparm[0].lo16 | (plp->plogx_ioparm[0].hi16 << 16);
2159 parm1 = plp->plogx_ioparm[1].lo16 | (plp->plogx_ioparm[1].hi16 << 16);
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 14062 rtx hi16 = simplify_gen_subreg (HImode, src, mode, 2);
14064 if (INTVAL (lo16) == INTVAL (hi16))
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 12847 rtx hi16 = simplify_gen_subreg (HImode, src, mode, 2);
12849 if (INTVAL (lo16) == INTVAL (hi16))

Completed in 61 milliseconds