| /OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/ |
| H A D | insn.h | 70 #define X86_REX_W(rex) ((rex) & 8) argument 71 #define X86_REX_R(rex) ((rex) & 4) argument 72 #define X86_REX_X(rex) ((rex) & 2) argument 73 #define X86_REX_B(rex) ((rex) & 1) argument
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | insn.h | 70 #define X86_REX_W(rex) ((rex) & 8) argument 71 #define X86_REX_R(rex) ((rex) & 4) argument 72 #define X86_REX_X(rex) ((rex) & 2) argument 73 #define X86_REX_B(rex) ((rex) & 1) argument
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | newport.h | 551 xmap9FIFOWait (struct newport_regs *rex) in xmap9FIFOWait() argument 553 rex->set.dcbmode = DCB_XMAP0 | XM9_CRS_FIFO_AVAIL | in xmap9FIFOWait() 555 newport_bfwait (rex); in xmap9FIFOWait() 557 while ((rex->set.dcbdata0.bybytes.b3 & 3) != XM9_FIFO_EMPTY) in xmap9FIFOWait() 562 xmap9SetModeReg (struct newport_regs *rex, unsigned int modereg, unsigned int data24, int cfreq) in xmap9SetModeReg() argument 565 rex->set.dcbmode = DCB_XMAP_ALL | XM9_CRS_MODE_REG_DATA | in xmap9SetModeReg() 568 rex->set.dcbmode = DCB_XMAP_ALL | XM9_CRS_MODE_REG_DATA | in xmap9SetModeReg() 571 rex->set.dcbmode = DCB_XMAP_ALL | XM9_CRS_MODE_REG_DATA | in xmap9SetModeReg() 573 rex->set.dcbdata0.byword = ((modereg) << 24) | (data24 & 0xffffff); in xmap9SetModeReg()
|
| /OK3568_Linux_fs/kernel/tools/objtool/arch/x86/ |
| H A D | decode.c | 95 unsigned char op1, op2, rex = 0, rex_b = 0, rex_r = 0, rex_w = 0, in arch_decode_instruction() local 123 rex = insn.rex_prefix.bytes[0]; in arch_decode_instruction() 124 rex_w = X86_REX_W(rex) >> 3; in arch_decode_instruction() 125 rex_r = X86_REX_R(rex) >> 2; in arch_decode_instruction() 126 rex_x = X86_REX_X(rex) >> 1; in arch_decode_instruction() 127 rex_b = X86_REX_B(rex); in arch_decode_instruction() 193 if (rex != 0x48) in arch_decode_instruction() 322 } else if (rex == 0x48 && modrm == 0x65) { in arch_decode_instruction() 333 } else if (rex == 0x49 && modrm == 0x62 && in arch_decode_instruction() 350 } else if (rex == 0x49 && modrm == 0x65 && in arch_decode_instruction()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx6q-rex-pro.dts | 9 #include "imx6qdl-rex.dtsi" 13 compatible = "rex,imx6q-rex-pro", "fsl,imx6q";
|
| H A D | imx6dl-rex-basic.dts | 9 #include "imx6qdl-rex.dtsi" 13 compatible = "rex,imx6dl-rex-basic", "fsl,imx6dl";
|
| H A D | imx6qdl-rex.dtsi | 67 compatible = "fsl,imx6-rex-sgtl5000", 69 model = "imx6-rex-sgtl5000"; 165 imx6qdl-rex {
|
| H A D | Makefile | 465 imx6dl-rex-basic.dtb \ 557 imx6q-rex-pro.dtb \
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | pf_in.c | 70 unsigned rex:1; member 80 prf->rex = 0; in skip_prefix() 93 prf->rex = 1; in skip_prefix() 236 static unsigned char *get_reg_w8(int no, int rex, struct pt_regs *regs) in get_reg_w8() argument 286 if (rex) { in get_reg_w8() 427 return *get_reg_w8(reg, prf.rex, regs); in get_ins_reg_val()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/loader/ |
| H A D | loadmod.c | 67 regex_t rex; member 219 if ((e = regcomp(&p->rex, p->pattern, REG_EXTENDED)) != 0) { in InitPatterns() 220 regerror(e, &p->rex, errmsg, sizeof(errmsg)); in InitPatterns() 238 if ((e = regcomp(&p->rex, p->pattern, REG_EXTENDED)) != 0) { in InitPatterns() 239 regerror(e, &p->rex, errmsg, sizeof(errmsg)); in InitPatterns() 387 if (regexec(&p->rex, dp->d_name, 2, match, 0) == 0 && in LoaderListDir() 978 if (regexec(&p->rex, s, 2, match, 0) == 0 && match[1].rm_so != -1) { in LoaderGetCanonicalName()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-rt/rt-tests/files/ |
| H A D | rt_bmark.py | 268 rex = re.compile(b"C:\s*(\d+).*Min:\s*(\d+).*Avg:\s*(\d+).*Max:\s*(\d+)") variable 287 m = rex.search(line)
|
| /OK3568_Linux_fs/buildroot/package/luvi/ |
| H A D | Config.in | 22 * 'rex' select PCRE (BR2_PACKAGE_PCRE)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/etc/ |
| H A D | rpc | 21 rexd 100017 rex
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/etc/ |
| H A D | rpc | 21 rexd 100017 rex
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 12280 * '{rex}' - prefer REX prefix for integer and legacy vector 12281 instructions (x86-64 only). Note that this differs from the 'rex' 12478 * The 'rex' family of prefixes is used by x86-64 to encode extensions 12479 to i386 instruction set. The 'rex' prefix has four bits -- an 12484 You may write the 'rex' prefixes directly. The 'rex64xyz' 12485 instruction emits 'rex' prefix with all the bits set. By omitting
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 12280 * '{rex}' - prefer REX prefix for integer and legacy vector 12281 instructions (x86-64 only). Note that this differs from the 'rex' 12478 * The 'rex' family of prefixes is used by x86-64 to encode extensions 12479 to i386 instruction set. The 'rex' prefix has four bits -- an 12484 You may write the 'rex' prefixes directly. The 'rex64xyz' 12485 instruction emits 'rex' prefix with all the bits set. By omitting
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 4637 …^\UOC:3/../11021.-,/.+.0/10//./1013)R�I#()UVNdiQGeX%#BEShTbyYf�TIo<O-D��rex��������������������… 4733 …RXMk�������������������������r[l���uiUV�������������������rX���U4l���������rex������������������m<…
|