Searched refs:fcond (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dsparc-opc.c1510 #define movfcc(opcode, fcond, flags) /* v9 */ \
1511 { opcode, F3(2, 0x2c, 0)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~0), "6,2,d", flags, 0, 0, v9 }, \
1512 { opcode, F3(2, 0x2c, 1)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~1), "6,I,d", flags, 0, 0, v9 }, \
1513 { opcode, F3(2, 0x2c, 0)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~0), "7,2,d", flags, 0, 0, v9 }, \
1514 { opcode, F3(2, 0x2c, 1)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~1), "7,I,d", flags, 0, 0, v9 }, \
1515 { opcode, F3(2, 0x2c, 0)|FCC(2)|MCOND(fcond,
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dsparc-opc.c1510 #define movfcc(opcode, fcond, flags) /* v9 */ \
1511 { opcode, F3(2, 0x2c, 0)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~0), "6,2,d", flags, 0, 0, v9 }, \
1512 { opcode, F3(2, 0x2c, 1)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~1), "6,I,d", flags, 0, 0, v9 }, \
1513 { opcode, F3(2, 0x2c, 0)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~0), "7,2,d", flags, 0, 0, v9 }, \
1514 { opcode, F3(2, 0x2c, 1)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~1), "7,I,d", flags, 0, 0, v9 }, \
1515 { opcode, F3(2, 0x2c, 0)|FCC(2)|MCOND(fcond,
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dsparc-opc.c1510 #define movfcc(opcode, fcond, flags) /* v9 */ \
1511 { opcode, F3(2, 0x2c, 0)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~0), "6,2,d", flags, 0, 0, v9 }, \
1512 { opcode, F3(2, 0x2c, 1)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~1), "6,I,d", flags, 0, 0, v9 }, \
1513 { opcode, F3(2, 0x2c, 0)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~0), "7,2,d", flags, 0, 0, v9 }, \
1514 { opcode, F3(2, 0x2c, 1)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~1), "7,I,d", flags, 0, 0, v9 }, \
1515 { opcode, F3(2, 0x2c, 0)|FCC(2)|MCOND(fcond,
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dsparc-opc.c1510 #define movfcc(opcode, fcond, flags) /* v9 */ \
1511 { opcode, F3(2, 0x2c, 0)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~0), "6,2,d", flags, 0, 0, v9 }, \
1512 { opcode, F3(2, 0x2c, 1)|FCC(0)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~0)|F3(~2, ~0x2c, ~1), "6,I,d", flags, 0, 0, v9 }, \
1513 { opcode, F3(2, 0x2c, 0)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~0), "7,2,d", flags, 0, 0, v9 }, \
1514 { opcode, F3(2, 0x2c, 1)|FCC(1)|MCOND(fcond,0), MCOND(~fcond,~0)|FCC(~1)|F3(~2, ~0x2c, ~1), "7,I,d", flags, 0, 0, v9 }, \
1515 { opcode, F3(2, 0x2c, 0)|FCC(2)|MCOND(fcond,
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c16070 unsigned fcond = mve_get_vcmp_vpt_cond (et);
16097 inst.instruction |= (fcond & 0x2) >> 1;
16104 inst.instruction |= (fcond & 0x2) << 4;
16108 inst.instruction |= (fcond & 0x4) << 10;
16109 inst.instruction |= (fcond & 0x1) << 7;
16152 unsigned fcond = mve_get_vcmp_vpt_cond (et);
16156 inst.instruction |= (fcond & 0x4) << 10;
16157 inst.instruction |= (fcond & 0x1) << 7;
16173 inst.instruction |= (fcond & 0x2) >> 1;
16181 inst.instruction |= (fcond
16064 unsigned fcond = mve_get_vcmp_vpt_cond (et); local
16146 unsigned fcond = mve_get_vcmp_vpt_cond (et); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c16010 unsigned fcond = mve_get_vcmp_vpt_cond (et);
16037 inst.instruction |= (fcond & 0x2) >> 1;
16044 inst.instruction |= (fcond & 0x2) << 4;
16048 inst.instruction |= (fcond & 0x4) << 10;
16049 inst.instruction |= (fcond & 0x1) << 7;
16092 unsigned fcond = mve_get_vcmp_vpt_cond (et);
16096 inst.instruction |= (fcond & 0x4) << 10;
16097 inst.instruction |= (fcond & 0x1) << 7;
16113 inst.instruction |= (fcond & 0x2) >> 1;
16121 inst.instruction |= (fcond
16004 unsigned fcond = mve_get_vcmp_vpt_cond (et); local
16086 unsigned fcond = mve_get_vcmp_vpt_cond (et); local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c16070 unsigned fcond = mve_get_vcmp_vpt_cond (et);
16097 inst.instruction |= (fcond & 0x2) >> 1;
16104 inst.instruction |= (fcond & 0x2) << 4;
16108 inst.instruction |= (fcond & 0x4) << 10;
16109 inst.instruction |= (fcond & 0x1) << 7;
16152 unsigned fcond = mve_get_vcmp_vpt_cond (et);
16156 inst.instruction |= (fcond & 0x4) << 10;
16157 inst.instruction |= (fcond & 0x1) << 7;
16173 inst.instruction |= (fcond & 0x2) >> 1;
16181 inst.instruction |= (fcond
16064 unsigned fcond = mve_get_vcmp_vpt_cond (et); local
16146 unsigned fcond = mve_get_vcmp_vpt_cond (et); local
[all...]

Completed in 473 milliseconds