Home | History | Annotate | Download | only in TableGen

Lines Matching refs:OpSize

194   OpSize           = byteFromRec(Rec, "OpSizeBits");
402 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD))
404 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD)
406 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS)
408 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)
425 if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD)
427 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS)
429 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)
450 uint8_t OpSize)) {
468 OpSize);
470 HasREX_WPrefix, OpSize);
876 uint8_t OpSize) {
882 if(OpSize == X86Local::OpSize16) {
887 } else if(OpSize == X86Local::OpSize32) {
987 uint8_t OpSize) {
988 if(OpSize != X86Local::OpSize16) {
989 // For instructions without an OpSize prefix, a declared 16-bit register or
1021 uint8_t OpSize) {
1047 uint8_t OpSize) {
1078 uint8_t OpSize) {
1099 uint8_t OpSize) {
1109 uint8_t OpSize) {
1145 uint8_t OpSize) {
1146 if(OpSize != X86Local::OpSize16) {
1147 // For instructions without an OpSize prefix, a declared 16-bit register or
1182 uint8_t OpSize) {