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

  /src/external/gpl3/binutils/dist/include/opcode/
dlx.h 41 #define SUBF 0x00000022
173 { "sub", (ALUOP|SUBF), "c,a,b" }, /* SUB */
  /src/external/gpl3/binutils.old/dist/include/opcode/
dlx.h 41 #define SUBF 0x00000022
173 { "sub", (ALUOP|SUBF), "c,a,b" }, /* SUB */
  /src/external/gpl3/gdb/dist/include/opcode/
dlx.h 41 #define SUBF 0x00000022
173 { "sub", (ALUOP|SUBF), "c,a,b" }, /* SUB */
  /src/external/gpl3/gdb.old/dist/include/opcode/
dlx.h 41 #define SUBF 0x00000022
173 { "sub", (ALUOP|SUBF), "c,a,b" }, /* SUB */
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_32.c 145 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1));
148 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1));
sljitNativePPC_64.c 268 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1));
271 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1));
sljitNativePPC_common.c 220 #define SUBF (HI(31) | LO(40))
1297 return push_inst(compiler, SUBF | D(SLJIT_R1) | A(SLJIT_R1) | B(TMP_REG1));
  /src/external/gpl3/binutils/dist/opcodes/
dlx-dis.c 118 { SUBF, "sub" }, /* SUB */
  /src/external/gpl3/binutils.old/dist/opcodes/
dlx-dis.c 118 { SUBF, "sub" }, /* SUB */
  /src/external/gpl3/gdb/dist/opcodes/
dlx-dis.c 118 { SUBF, "sub" }, /* SUB */
  /src/external/gpl3/gdb.old/dist/opcodes/
dlx-dis.c 118 { SUBF, "sub" }, /* SUB */
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 1294 Opc = IsGPRC ? PPC::SUBF : PPC::SUBF8;
1325 case PPC::SUBF:
PPCFrameLowering.cpp 912 BuildMI(MBB, MBBI, dl, TII.get(PPC::SUBF), ScratchReg)
996 BuildMI(MBB, MBBI, dl, TII.get(PPC::SUBF), ScratchReg)
PPCISelLowering.cpp 11750 BuildMI(*MBB, {MI}, DL, TII->get(isPPC64 ? PPC::SUBF8 : PPC::SUBF), NegMod)
12035 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::SUBF);
12037 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::SUBF);
12039 BB = EmitAtomicBinary(MI, BB, 4, PPC::SUBF);
PPCInstrInfo.cpp 2537 (IOpC == PPC::SUBF || IOpC == PPC::SUBF8) &&
2597 // The operands to subf are the opposite of sub, so only in the fixed-point

Completed in 87 milliseconds