Searched defs:vex (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
| D | X86DisassemblerDecoder.h | 54 #define rFromVEX2of3(vex) (((~(vex)) & 0x80) >> 7) argument 55 #define xFromVEX2of3(vex) (((~(vex)) & 0x40) >> 6) argument 56 #define bFromVEX2of3(vex) (((~(vex)) & 0x20) >> 5) argument 57 #define mmmmmFromVEX2of3(vex) ((vex) & 0x1f) argument 58 #define wFromVEX3of3(vex) (((vex) & 0x80) >> 7) argument 59 #define vvvvFromVEX3of3(vex) (((~(vex)) & 0x78) >> 3) argument 60 #define lFromVEX3of3(vex) (((vex) & 0x4) >> 2) argument 61 #define ppFromVEX3of3(vex) ((vex) & 0x3) argument 63 #define rFromVEX2of2(vex) (((~(vex)) & 0x80) >> 7) argument 64 #define vvvvFromVEX2of2(vex) (((~(vex)) & 0x78) >> 3) argument [all …]
|
| /third_party/flutter/skia/src/core/ |
| D | SkVM.cpp | 278 static VEX vex(bool WE, // Like REX W for int operations, or opcode extension for float? in vex() function 308 VEX vex = {0, {0,0,0}}; in vex() local
|
| /third_party/typescript/lib/ |
| D | typesMap.json | 476 "vex": "vex-js", string
|
| /third_party/typescript/src/server/ |
| D | typesMap.json | 476 "vex": "vex-js", string
|
| /third_party/skia/src/core/ |
| D | SkVM.cpp | 1856 static VEX vex(bool WE, // Like REX W for int operations, or opcode extension for float? in vex() function 1886 VEX vex = {0, {0,0,0}}; in vex() local
|