Home
last modified time | relevance | path

Searched refs:SETB (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp164 SETB, enumerator
238 return FlagArithMnemonic::SETB; in getMnemonicFromOpcode()
809 case FlagArithMnemonic::SETB: in rewriteArithmetic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrControl.td301 // (add OP, SETB) -> (addx OP, (move 0))
307 // (sub OP, SETB) -> (subx OP, (move 0))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstab.def203 | 18 SETD | 1A SETB | 1C SETV | 1E WARNING|
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstab.def203 | 18 SETD | 1A SETB | 1C SETV | 1E WARNING|
/netbsd-src/external/gpl3/binutils/dist/include/aout/
H A Dstab.def246 | 18 SETD | 1A SETB | 1C SETV | 1E WARNING|
/netbsd-src/external/gpl3/binutils.old/dist/include/aout/
H A Dstab.def246 | 18 SETD | 1A SETB | 1C SETV | 1E WARNING|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp942 BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::SETB8 : PPC::SETB), Reg) in lowerCRBitSpilling()
H A DP9InstrResources.td113 (instregex "SETB(8)?$"),
H A DPPCInstrInfo.cpp5080 Opcode == PPC::EXTSW_rec || Opcode == PPC::SETB || Opcode == PPC::SETB8 || in isSignExtendingOp()
H A DPPCISelDAGToDAG.cpp5406 N, N->getSimpleValueType(0) == MVT::i64 ? PPC::SETB8 : PPC::SETB, in Select()
H A DPPCInstrInfo.td5242 def SETB : XForm_44<31, 128, (outs gprc:$RT), (ins crrc:$BFA),
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dip2k.cpu172 CLRB SETB SNB SB - - - -
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dip2k.cpu172 CLRB SETB SNB SB - - - -
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dip2k.cpu172 CLRB SETB SNB SB - - - -
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dip2k.cpu172 CLRB SETB SNB SB - - - -
/netbsd-src/external/gpl3/autoconf/dist/doc/
H A Dautoconf.info10725 -- Macro: m4_set_difference (SETA, SETB)
10726 -- Macro: m4_set_intersection (SETA, SETB)
10727 -- Macro: m4_set_union (SETA, SETB)
10728 Compute the relation between SETA and SETB, and output the result
10731 not SETB, intersection selects only elements in both sets, and