Searched refs:FSUBS (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/none/tests/ppc64/ |
D | round.c | 30 FADDS, FSUBS, FMULS, FDIVS, enumerator 435 case FSUBS: in check_single_arithmetic_op() 480 case FSUBS: in check_single_arithmetic_op() 623 case FSUBS: in check_single_guarded_arithmetic_op() 760 case FSUBS: in check_single_guarded_arithmetic_op()
|
/external/valgrind/none/tests/ppc32/ |
D | round.c | 30 FADDS, FSUBS, FMULS, FDIVS, enumerator 435 case FSUBS: in check_single_arithmetic_op() 480 case FSUBS: in check_single_arithmetic_op() 623 case FSUBS: in check_single_guarded_arithmetic_op() 760 case FSUBS: in check_single_guarded_arithmetic_op()
|
/external/pcre/dist/sljit/ |
D | sljitNativeSPARC_common.c | 141 #define FSUBS (OPC1(0x2) | OPC3(0x34) | DOP(0x45)) macro 1154 …FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSUBS, FSUBD) | DA(dst_r) | S1A(src1) | S2A(src2), MOVA… in sljit_emit_fop2()
|
D | sljitNativePPC_common.c | 175 #define FSUBS (HI(59) | LO(20)) macro 1987 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSUBS, FSUB) | FD(dst_r) | FA(src1) | FB(src2))); in sljit_emit_fop2()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 1027 def FSUBS : F3_3<2, 0b110100, 0b001000101,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2528 defm FSUBS : AForm_2r<59, 20,
|