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

  /src/sys/dev/ic/
ne2000.c 519 bool is8bit; local
522 is8bit = false;
531 is8bit = true;
533 if (!is8bit) {
539 return is8bit;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 890 bool is8bit,
PPCISelLowering.cpp 11160 bool is8bit, // operation
11176 BuildMI(*BB, MI, dl, TII->get(is8bit ? PPC::EXTSB : PPC::EXTSH), ValueReg)
11182 return EmitAtomicBinary(MI, BB, is8bit ? 1 : 2, BinOpcode, CmpOpcode,
11272 .addImm(is8bit ? 28 : 27);
11276 .addImm(is8bit ? 24 : 16);
11289 if (is8bit)
11328 BuildMI(BB, dl, TII->get(is8bit ? PPC::EXTSB : PPC::EXTSH), ValueSReg)
11364 .addImm(is8bit ? 24 : 16)
12196 bool is8bit = MI.getOpcode() == PPC::ATOMIC_CMP_SWAP_I8; local
12286 .addImm(is8bit ? 28 : 27)
    [all...]

Completed in 25 milliseconds