Searched refs:VS (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dpr58664.C42 struct VS // { dg-message "not complete" } struct
44 volatile VS s; // { dg-error "incomplete type" }
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/bfin/
H A 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;
H A Dcontrol_code.d44 3e: b9 03 VS\|=CC;
55 54: 39 03 CC\|=VS;
H A 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;
H A Dcontrol_code.s47 VS |= cC;
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A 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;
H A Dcontrol_code.d44 3e: b9 03 VS \|= CC;
55 54: 39 03 CC \|= VS;
H A 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;
H A Dcontrol_code.s47 VS |= cC;
H A Dallinsn16.d801 [^:]+: 19 03 + CC = VS;
833 [^:]+: 39 03 + CC \|= VS;
865 [^:]+: 59 03 + CC &= VS;
897 [^:]+: 79 03 + CC \^= VS;
929 [^:]+: 99 03 + VS = CC;
961 [^:]+: b9 03 + VS \|= CC;
993 [^:]+: d9 03 + VS &= CC;
1025 [^:]+: f9 03 + VS \^= CC;
[all...]
/haiku-buildtools/legacy/binutils/include/opcode/
H A Dconvex.h46 #define VS 6 macro
502 {0,0,lr,VS,A,0}, /* mov */
503 {0,0,rxl,A,VS,0}, /* mov */
506 {0,7,lr,VS,S,0}, /* mov.w */
507 {0,7,rxl,S,VS,0}, /* mov.w */
577 {18,7,iml,VS,0,0}, /* ld.w */
/haiku-buildtools/binutils/include/opcode/
H A 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 */
/haiku-buildtools/binutils/opcodes/
H A Dppc-opc.c758 /* The VD or VS field in a VA, VX, VXR or X form instruction. */ macro
760 #define VS VD
4921 {"mfvrd", X(31,51)|1, XX1RB_MASK|1, PPCVSX2, 0, {RA, VS}},
5001 {"mfvrwz", X(31,115)|1, XX1RB_MASK|1, PPCVSX2, 0, {RA, VS}},
5025 {"stvebx", X(31,135), X_MASK, PPCVEC, 0, {VS, RA0, RB}},
5077 {"stvehx", X(31,167), X_MASK, PPCVEC, 0, {VS, RA0, RB}},
5109 {"stvewx", X(31,199), X_MASK, PPCVEC, 0, {VS, RA0, RB}},
5149 {"stvx", X(31,231), X_MASK, PPCVEC, 0, {VS, RA0, RB}},
5559 {"stvexbx", X(31,389), X_MASK, PPCVEC2, 0, {VS, RA0, RB}},
5592 {"stvexhx", X(31,421), X_MASK, PPCVEC2, 0, {VS, RA
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dppc-opc.c525 /* The VD or VS field in a VA, VX, VXR or X form instruction. */ macro
527 #define VS VD
4425 { "stvebx", X(31, 135), X_MASK, PPCVEC, { VS, RA, RB } },
4426 { "stvehx", X(31, 167), X_MASK, PPCVEC, { VS, RA, RB } },
4427 { "stvewx", X(31, 199), X_MASK, PPCVEC, { VS, RA, RB } },
4428 { "stvx", X(31, 231), X_MASK, PPCVEC, { VS, RA, RB } },
4429 { "stvxl", X(31, 487), X_MASK, PPCVEC, { VS, RA, RB } },

Completed in 293 milliseconds