| /openbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | dlx.h | 40 #define SUBF 0x00000022 macro 172 { "sub", (ALUOP|SUBF), "c,a,b" }, /* SUB */
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| D | dlx.h | 40 #define SUBF 0x00000022 macro 172 { "sub", (ALUOP|SUBF), "c,a,b" }, /* SUB */
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCMacroFusion.def | 51 FUSION_OP_SET(ADD4, ADD8, SUBF, SUBF8), 58 FUSION_OP_SET(ADD4, ADD8, SUBF, SUBF8)) 79 FUSION_OP_SET(ADD4, ADD8, SUBF, SUBF8))
|
| D | PPCBack2BackFusion.def | 215 SUBF, 749 SUBF,
|
| D | PPCFrameLowering.cpp | 930 BuildMI(MBB, MBBI, dl, TII.get(PPC::SUBF), ScratchReg) in emitPrologue() 1001 BuildMI(MBB, MBBI, dl, TII.get(PPC::SUBF), ScratchReg) in emitPrologue() 1404 BuildMI(&MBB, DL, TII.get(isPPC64 ? PPC::SUBF8 : PPC::SUBF), ScratchReg) in inlineStackProbe() 1460 BuildMI(*CurrentMBB, {MI}, DL, TII.get(isPPC64 ? PPC::SUBF8 : PPC::SUBF), in inlineStackProbe()
|
| D | P9InstrResources.td | 132 (instregex "SUBF(I)?C(8)?(O)?$"), 138 (instregex "SUBF(E|ME|ZE)?(8)?(O)?(_rec)?$"),
|
| D | PPCFastISel.cpp | 1295 Opc = IsGPRC ? PPC::SUBF : PPC::SUBF8; in SelectBinaryIntOp() 1326 case PPC::SUBF: in SelectBinaryIntOp()
|
| D | P10InstrResources.td | 1029 SUBF, SUBF8,
|
| D | PPCISelLowering.cpp | 12299 BuildMI(*MBB, {MI}, DL, TII->get(isPPC64 ? PPC::SUBF8 : PPC::SUBF), NegMod) in emitProbedAlloca() 12585 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::SUBF); in EmitInstrWithCustomInserter() 12587 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::SUBF); in EmitInstrWithCustomInserter() 12589 BB = EmitAtomicBinary(MI, BB, 4, PPC::SUBF); in EmitInstrWithCustomInserter()
|
| D | PPCInstrInfo.cpp | 2572 (IOpC == PPC::SUBF || IOpC == PPC::SUBF8) && in optimizeCompareInstr()
|
| D | PPCInstrInfo.td | 2832 defm SUBF : XOForm_1rx<31, 40, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB), 2865 def : InstAlias<"sub $rA, $rB, $rC", (SUBF gprc:$rA, gprc:$rC, gprc:$rB)>;
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | tic80-opc.c | 361 #define SUBF (SUI + 1) macro 366 #define LSI (SUBF + 1) 629 {"and", OP_SI(0x11), MASK_SI, 0, {SUBF, REG_22, REG_DEST} }, 632 {"and.tt", OP_SI(0x11), MASK_SI, 0, {SUBF, REG_22, REG_DEST} }, 638 {"and.ff", OP_SI(0x18), MASK_SI, 0, {SUBF, REG_22, REG_DEST} }, 644 {"and.ft", OP_SI(0x14), MASK_SI, 0, {SUBF, REG_22, REG_DEST} }, 650 {"and.tf", OP_SI(0x12), MASK_SI, 0, {SUBF, REG_22, REG_DEST} }, 1206 {"xnor", OP_SI(0x19), MASK_SI, 0, {SUBF, REG_22, REG_DEST} }, 1210 {"xor", OP_SI(0x16), MASK_SI, 0, {SUBF, REG_22, REG_DEST} },
|
| D | dlx-dis.c | 116 { SUBF, "sub" }, /* SUB */ in dlx_r_type()
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | tic80-opc.c | 361 #define SUBF (SUI + 1) macro 366 #define LSI (SUBF + 1) 629 {"and", OP_SI(0x11), MASK_SI, 0, {SUBF, REG_22, REG_DEST} }, 632 {"and.tt", OP_SI(0x11), MASK_SI, 0, {SUBF, REG_22, REG_DEST} }, 638 {"and.ff", OP_SI(0x18), MASK_SI, 0, {SUBF, REG_22, REG_DEST} }, 644 {"and.ft", OP_SI(0x14), MASK_SI, 0, {SUBF, REG_22, REG_DEST} }, 650 {"and.tf", OP_SI(0x12), MASK_SI, 0, {SUBF, REG_22, REG_DEST} }, 1206 {"xnor", OP_SI(0x19), MASK_SI, 0, {SUBF, REG_22, REG_DEST} }, 1210 {"xor", OP_SI(0x16), MASK_SI, 0, {SUBF, REG_22, REG_DEST} },
|
| D | dlx-dis.c | 139 { SUBF, "sub" }, /* SUB */
|
| /openbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-pdp11.texi | 115 @code{STEXP}, @code{STF}, @code{STFPS}, @code{STST}, @code{SUBF}, and
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| D | c-pdp11.texi | 115 @code{STEXP}, @code{STF}, @code{STFPS}, @code{STST}, @code{SUBF}, and
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/c4x/ |
| D | c4x.md | 4064 ; SUBF/SUBRF 4633 ; MPYF/SUBF 4678 ; SUBF/STF 6244 ; SUBF
|
| /openbsd/src/gnu/gcc/gcc/config/c4x/ |
| D | c4x.md | 3995 ; SUBF/SUBRF 4566 ; MPYF/SUBF 4611 ; SUBF/STF 6213 ; SUBF
|