Home
last modified time | relevance | path

Searched defs:vex (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.h54 #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/typescript/lib/
DtypesMap.json476 "vex": "vex-js", string
/third_party/typescript/src/server/
DtypesMap.json476 "vex": "vex-js", string
/third_party/skia/src/core/
DSkVM.cpp1856 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