Home
last modified time | relevance | path

Searched refs:VS (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
Dcontrol_code2.s153 VS = CC; define
165 VS |= CC; label
178 VS &= CC; label
192 VS ^= CC; label
211 CC = VS;
224 CC |= VS;
237 CC &= VS;
250 CC ^= VS;
Dcontrol_code2.d105 c4: 99 03 VS = CC;
115 d8: b9 03 VS \|= CC;
125 ec: d9 03 VS &= CC;
135 100: f9 03 VS \^= CC;
149 11c: 19 03 CC = VS;
159 130: 39 03 CC \|= VS;
169 144: 59 03 CC &= VS;
179 158: 79 03 CC \^= VS;
Dcontrol_code.d44 3e: b9 03 VS \|= CC;
55 54: 39 03 CC \|= VS;
Dcontrol_code.s47 VS |= cC;
/toolchain/binutils/binutils-2.25/include/opcode/
Dconvex.h47 #define VS 6 macro
503 {0,0,lr,VS,A,0}, /* mov */
504 {0,0,rxl,A,VS,0}, /* mov */
507 {0,7,lr,VS,S,0}, /* mov.w */
508 {0,7,rxl,S,VS,0}, /* mov.w */
578 {18,7,iml,VS,0,0}, /* ld.w */
/toolchain/binutils/binutils-2.25/opcodes/
Dppc-opc.c686 #define VS VD macro
4461 {"mfvrd", X(31,51)|1, XX1RB_MASK|1, PPCVSX2, PPCNONE, {RA, VS}},
4541 {"mfvrwz", X(31,115)|1, XX1RB_MASK|1, PPCVSX2, PPCNONE, {RA, VS}},
4563 {"stvebx", X(31,135), X_MASK, PPCVEC, PPCNONE, {VS, RA0, RB}},
4615 {"stvehx", X(31,167), X_MASK, PPCVEC, PPCNONE, {VS, RA0, RB}},
4643 {"stvewx", X(31,199), X_MASK, PPCVEC, PPCNONE, {VS, RA0, RB}},
4681 {"stvx", X(31,231), X_MASK, PPCVEC|PPCVLE, PPCNONE, {VS, RA0, RB}},
5067 {"stvexbx", X(31,389), X_MASK, PPCVEC2, PPCNONE, {VS, RA0, RB}},
5095 {"stvexhx", X(31,421), X_MASK, PPCVEC2, PPCNONE, {VS, RA0, RB}},
5163 {"stvexwx", X(31,453), X_MASK, PPCVEC2, PPCNONE, {VS, RA0, RB}},
[all …]
DChangeLog-00011847 * ppc-opc.c (VA, VB, VC, VD, VS, SIMM, UIMM, SHB): New macros, for