Home
last modified time | relevance | path

Searched defs:rex (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/crypto/aes/asm/
Daesni-mb-x86_64.pl1450 sub rex { subroutine
Daesni-x86_64.pl5109 sub rex { subroutine
Daesni-sha256-x86_64.pl1770 sub rex { subroutine
Daesni-sha1-x86_64.pl2080 sub rex { subroutine
/third_party/openssl/crypto/sha/asm/
Dsha256-mb-x86_64.pl1591 sub rex { subroutine
Dsha1-mb-x86_64.pl1591 sub rex { subroutine
/third_party/openssl/crypto/perlasm/
Dx86_64-xlate.pl1001 sub rex { subroutine
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.h34 #define wFromREX(rex) (((rex) & 0x8) >> 3) argument
35 #define rFromREX(rex) (((rex) & 0x4) >> 2) argument
36 #define xFromREX(rex) (((rex) & 0x2) >> 1) argument
37 #define bFromREX(rex) ((rex) & 0x1) argument
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeX86_64.c46 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32()
69 sljit_u8 rex = 0; in emit_x86_instruction() local
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstfacedetect.cpp650 guint rex = 0, rey = 0, rew, reh; in gst_face_detect_transform_ip() local
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.c657 uint8_t rex = 0x40; in x86_mov() local
694 uint8_t rex = 0x48; in x64_mov64() local
/third_party/flutter/skia/src/core/
DSkVM.cpp260 static uint8_t rex(bool W, // If set, operation is 64-bit, otherwise default, usually 32-bit. in rex() function
/third_party/skia/src/core/
DSkVM.cpp1838 static uint8_t rex(bool W, // If set, operation is 64-bit, otherwise default, usually 32-bit. in rex() function
/third_party/typescript/tests/baselines/reference/
DresolvingClassDeclarationWhenInBaseTypeResolution.js3991 leptoceros.prototype.rex = function () { method in leptoceros