Home
last modified time | relevance | path

Searched refs:SUBF (Results 1 – 5 of 5) sorted by relevance

/external/qemu/tcg/ppc64/
Dtcg-target.c339 #define SUBF XO31( 40) macro
1309 tcg_out32 (s, SUBF | TAB (args[0], args[2], args[1])); in tcg_out_op()
1395 tcg_out32 (s, SUBF | TAB (args[0], 0, args[1])); in tcg_out_op()
1401 tcg_out32 (s, SUBF | TAB (args[0], 0, args[1])); in tcg_out_op()
1462 tcg_out32 (s, SUBF | TAB (args[0], args[2], args[1])); in tcg_out_op()
1498 tcg_out32 (s, SUBF | TAB (args[0], 0, args[1])); in tcg_out_op()
1503 tcg_out32 (s, SUBF | TAB (args[0], 0, args[1])); in tcg_out_op()
/external/qemu/tcg/ppc/
Dtcg-target.c349 #define SUBF XO31( 40) macro
1381 tcg_out32 (s, SUBF | TAB (args[0], args[2], args[1])); in tcg_out_op()
1519 tcg_out32 (s, SUBF | TAB (args[0], 0, args[1])); in tcg_out_op()
1525 tcg_out32 (s, SUBF | TAB (args[0], 0, args[1])); in tcg_out_op()
/external/dnsmasq/
DFAQ334 see http://www.jsiinc.com/SUBF/TIP2800/rh2845.htm
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4931 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::SUBF); in EmitInstrWithCustomInserter()
4933 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::SUBF); in EmitInstrWithCustomInserter()
4935 BB = EmitAtomicBinary(MI, BB, false, PPC::SUBF); in EmitInstrWithCustomInserter()
DPPCInstrInfo.td1182 def SUBF : XOForm_1<31, 40, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),