Searched refs:SUBF (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Ddlx.h40 #define SUBF 0x00000022 macro
172 { "sub", (ALUOP|SUBF), "c,a,b" }, /* SUB */
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dtic80-opc.c363 #define SUBF (SUI + 1)
368 #define LSI (SUBF + 1)
633 {"and", OP_SI(0x11), MASK_SI, 0, {SUBF, REG_22, REG_DEST} },
636 {"and.tt", OP_SI(0x11), MASK_SI, 0, {SUBF, REG_22, REG_DEST} },
642 {"and.ff", OP_SI(0x18), MASK_SI, 0, {SUBF, REG_22, REG_DEST} },
648 {"and.ft", OP_SI(0x14), MASK_SI, 0, {SUBF, REG_22, REG_DEST} },
654 {"and.tf", OP_SI(0x12), MASK_SI, 0, {SUBF, REG_22, REG_DEST} },
1210 {"xnor", OP_SI(0x19), MASK_SI, 0, {SUBF, REG_22, REG_DEST} },
1214 {"xor", OP_SI(0x16), MASK_SI, 0, {SUBF, REG_22, REG_DEST} },
361 #define SUBF macro
H A Ddlx-dis.c116 { SUBF, "sub" }, /* SUB */
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5207 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::SUBF);
5209 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::SUBF);
5211 BB = EmitAtomicBinary(MI, BB, false, PPC::SUBF);

Completed in 150 milliseconds