Lines Matching full:and
12 This file is part of GAS, the GNU Assembler, GDB, the GNU debugger, and
15 GAS/GDB is free software; you can redistribute it and/or modify
32 /* The SPARC opcode table (and other related data) is defined in
34 sure you fix up that file, and vice versa. */
36 /* FIXME-someday: perhaps the ,a's and such should be embedded in the
57 SPARC_OPCODE_ARCH_V9B, /* V9 with ultrasparc and cheetah additions. */
156 r Single register that is both rs1 and rd.
157 O Single register that is both rs2 and rd.
234 BFD is free software; you can redistribute it and/or modify it under
248 /* FIXME-someday: perhaps the ,a's and such should be embedded in the
272 to be a superset of v8. Unimplemented insns trap and are then theoretically
294 /* v9: Move (MOVcc and FMOVcc) condition field. */
297 /* v9: Move register (MOVRcc and FMOVRcc) condition field. */
1152 { "and", F3(2, 0x01, 0), F3(~2, ~0x01, ~0)|ASI(~0), "1,2,d", 0, v6 },
1153 { "and", F3(2, 0x01, 1), F3(~2, ~0x01, ~1), "1,i,d", 0, v6 },
1154 { "and", F3(2, 0x01, 1), F3(~2, ~0x01, ~1), "i,1,d", 0, v6 },
1242 macrofied it so that all the branches and traps are generated from
1284 /* Define both branches and traps based on condition mask */
1669 /* FPop1 and FPop2 are not instructions. Don't accept them. */
1778 MB86934, replacing the CPop instructions from v6 and later
1851 /* cbn,cba can't be defined here because they're defined elsewhere and GAS
2232 This program is free software; you can redistribute it and/or modify
2300 rdpr and wrpr insns. */
2310 rdhpr and wrhpr insns. */
2321 rd and wr insns (-16). */
2348 before the shift and mask macros were written.
2461 /* Compare opcodes A and B. */
2472 /* If one (and only one) insn isn't supported by the current architecture, in compare_opcodes()
2475 and for different architectures), prefer lower numbered arch's (fudged in compare_opcodes()
2490 /* If a bit is set in both match and lose, there is something in compare_opcodes()
2582 /* op0 is i+1 and op1 is 1+i, so op1 goes first. */ in compare_opcodes()
2585 /* op0 is 1+i and op1 is i+1, so op0 goes first. */ in compare_opcodes()
2620 /* Start at the end of the table and work backwards so that each in build_hash_table()
2662 is preceded by a findable `sethi' and it either adds an immediate
2757 /* Can't do simple format if source and dest are different. */ in print_insn_sparc()
2761 /* Can't do simple format if source and dest are different. */ in print_insn_sparc()
2893 /* Check to see whether we have a 1+i, and take in print_insn_sparc()
3155 or (in this context add and or do the same thing) in print_insn_sparc()
3156 and its symbolic value. */ in print_insn_sparc()