Home
last modified time | relevance | path

Searched refs:fcond (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dsparc-opc.c1508 #define movfcc(opcode, fcond, flags) /* v9 */ \ argument
1509 …{ opcode, F3(2, 0x2c, 0)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~0), "6,2,d…
1510 …{ opcode, F3(2, 0x2c, 1)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~1), "6,I,d…
1511 …{ opcode, F3(2, 0x2c, 0)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~0), "7,2,d…
1512 …{ opcode, F3(2, 0x2c, 1)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~1), "7,I,d…
1513 …{ opcode, F3(2, 0x2c, 0)|FCC(2)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~2)|F3(~2, ~0x2c, ~0), "8,2,d…
1514 …{ opcode, F3(2, 0x2c, 1)|FCC(2)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~2)|F3(~2, ~0x2c, ~1), "8,I,d…
1515 …{ opcode, F3(2, 0x2c, 0)|FCC(3)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~3)|F3(~2, ~0x2c, ~0), "9,2,d…
1516 …{ opcode, F3(2, 0x2c, 1)|FCC(3)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~3)|F3(~2, ~0x2c, ~1), "9,I,d…
1518 #define movcc(opcode, cond, fcond, flags) /* v9 */ \ argument
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dsparc-opc.c1508 #define movfcc(opcode, fcond, flags) /* v9 */ \ argument
1509 …{ opcode, F3(2, 0x2c, 0)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~0), "6,2,d…
1510 …{ opcode, F3(2, 0x2c, 1)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~1), "6,I,d…
1511 …{ opcode, F3(2, 0x2c, 0)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~0), "7,2,d…
1512 …{ opcode, F3(2, 0x2c, 1)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~1), "7,I,d…
1513 …{ opcode, F3(2, 0x2c, 0)|FCC(2)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~2)|F3(~2, ~0x2c, ~0), "8,2,d…
1514 …{ opcode, F3(2, 0x2c, 1)|FCC(2)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~2)|F3(~2, ~0x2c, ~1), "8,I,d…
1515 …{ opcode, F3(2, 0x2c, 0)|FCC(3)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~3)|F3(~2, ~0x2c, ~0), "9,2,d…
1516 …{ opcode, F3(2, 0x2c, 1)|FCC(3)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~3)|F3(~2, ~0x2c, ~1), "9,I,d…
1518 #define movcc(opcode, cond, fcond, flags) /* v9 */ \ argument
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips-ps-3d.md542 [(fcond (match_operand:V2SF 1 "register_operand" "f")
546 "c.<fcond>.ps\t%0,%1,%2"
Dmips.md994 (define_code_iterator fcond [unordered uneq unlt unle eq lt le
1063 ;; <fcond> is the c.cond.fmt condition associated with a particular code.
1064 (define_code_attr fcond [(unordered "un")
6281 (fcond:FPCC (match_operand:SCALARF 1 "register_operand" "f")
6284 "<fpcmp>.<fcond>.<fmt>\t%Z0%1,%2"
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c16094 unsigned fcond = mve_get_vcmp_vpt_cond (et); in do_mve_vpt() local
16121 inst.instruction |= (fcond & 0x2) >> 1; in do_mve_vpt()
16128 inst.instruction |= (fcond & 0x2) << 4; in do_mve_vpt()
16132 inst.instruction |= (fcond & 0x4) << 10; in do_mve_vpt()
16133 inst.instruction |= (fcond & 0x1) << 7; in do_mve_vpt()
16176 unsigned fcond = mve_get_vcmp_vpt_cond (et); in do_mve_vcmp() local
16180 inst.instruction |= (fcond & 0x4) << 10; in do_mve_vcmp()
16181 inst.instruction |= (fcond & 0x1) << 7; in do_mve_vcmp()
16197 inst.instruction |= (fcond & 0x2) >> 1; in do_mve_vcmp()
16205 inst.instruction |= (fcond & 0x2) << 4; in do_mve_vcmp()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dinvoke.texi202 -fno-builtin -fno-builtin-@var{function} -fcond-mismatch @gol
2571 @item -fcond-mismatch
2572 @opindex fcond-mismatch
Dgcc.info531 -fno-builtin -fno-builtin-FUNCTION -fcond-mismatch
2779 '-fcond-mismatch'
63741 * fcond-mismatch: C Dialect Options. (line 273)
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200416033 * config/mips/mips.md (fcond): New code macro and attribute.
16035 (seq_[sd]f, slt_[sd]f, sle_[sd]f): Redefine using :SCALARF and fcond.
DChangeLog-2014381 (fcond): Add ordered, ltgt and ne codes.
382 (fcond): Update code attribute.
DChangeLog-200132233 * invoke.texi: Document that -fcond-mismatch isn't supported for