/aosp_15_r20/art/disassembler/ |
H A D | disassembler_x86.cc | 79 static void DumpReg0(std::ostream& os, uint8_t rex, size_t reg, in DumpReg0() 94 static void DumpAnyReg(std::ostream& os, uint8_t rex, size_t reg, in DumpAnyReg() 105 static void DumpReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpReg() 112 static void DumpRmReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpRmReg() 119 static void DumpAddrReg(std::ostream& os, uint8_t rex, uint8_t reg) { in DumpAddrReg() 127 static void DumpBaseReg(std::ostream& os, uint8_t rex, uint8_t reg) { in DumpBaseReg() 133 static void DumpOpcodeReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpOpcodeReg() 325 uint8_t rex = (supports_rex_ && (*instr >= 0x40) && (*instr <= 0x4F)) ? *instr : 0; in DumpInstruction() local
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/concurrent/ |
H A D | ConcurrentUtilsTest.java | 120 final RuntimeException rex = new RuntimeException("Test"); in testExtractCauseUncheckedException() local 165 final RuntimeException rex = new RuntimeException("Test"); in testExtractCauseUncheckedUncheckedException() local 195 final RuntimeException rex = new RuntimeException("Test"); in testHandleCauseUncheckedException() local 237 final RuntimeException rex = new RuntimeException("Test"); in testHandleCauseUncheckedUncheckedException() local
|
H A D | BackgroundInitializerTest.java | 182 final RuntimeException rex = new RuntimeException(); in testGetRuntimeException() local
|
/aosp_15_r20/external/pcre/src/sljit/ |
H A D | sljitNativeX86_64.c | 46 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 1268 sljit_s32 freg, sljit_u8 rex, sljit_s32 is_zero) in sljit_emit_fset() 1351 sljit_u8 rex = 0; in sljit_emit_fcopy() local
|
H A D | sljitNativeX86_common.c | 1744 sljit_u8 rex = 0; in emit_bswap() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/Disassembler/ |
H A D | X86DisassemblerDecoder.h | 31 #define wFromREX(rex) (((rex) & 0x8) >> 3) argument 32 #define rFromREX(rex) (((rex) & 0x4) >> 2) argument 33 #define xFromREX(rex) (((rex) & 0x2) >> 1) argument 34 #define bFromREX(rex) ((rex) & 0x1) argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
H A D | X86DisassemblerDecoder.h | 34 #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
|
/aosp_15_r20/external/llvm/lib/Target/X86/Disassembler/ |
H A D | X86DisassemblerDecoder.h | 32 #define wFromREX(rex) (((rex) & 0x8) >> 3) argument 33 #define rFromREX(rex) (((rex) & 0x4) >> 2) argument 34 #define xFromREX(rex) (((rex) & 0x2) >> 1) argument 35 #define bFromREX(rex) ((rex) & 0x1) argument
|
/aosp_15_r20/art/compiler/utils/x86_64/ |
H A D | assembler_x86_64.cc | 497 uint8_t rex = src.rex(); in vmovaps() local 549 uint8_t rex = src.rex(); in vmovups() local 603 uint8_t rex = dst.rex(); in vmovaps() local 656 uint8_t rex = dst.rex(); in vmovups() local 1131 uint8_t rex = src.rex(); in vmovapd() local 1185 uint8_t rex = src.rex(); in vmovupd() local 1237 uint8_t rex = dst.rex(); in vmovapd() local 1291 uint8_t rex = dst.rex(); in vmovupd() local 1677 uint8_t rex = src.rex(); in vmovdqa() local 1732 uint8_t rex = src.rex(); in vmovdqu() local [all …]
|
H A D | assembler_x86_64.h | 98 uint8_t rex() const { in rex() function
|
/aosp_15_r20/external/capstone/arch/X86/ |
H A D | X86DisassemblerDecoder.h | 39 #define wFromREX(rex) (((rex) & 0x8) >> 3) argument 40 #define rFromREX(rex) (((rex) & 0x4) >> 2) argument 41 #define xFromREX(rex) (((rex) & 0x2) >> 1) argument 42 #define bFromREX(rex) ((rex) & 0x1) argument
|
/aosp_15_r20/external/capstone/bindings/java/capstone/ |
H A D | X86.java | 83 public byte rex; field in X86.UnionOpInfo 121 public byte rex; field in X86.OpInfo
|
/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/ |
D | x86_64.h | 270 uint8_t rex = 0; in Jcc() local 308 uint8_t rex = ((operand.base.num_ & 0b1000) >> 3) | ((operand.index.num_ & 0b1000) >> 2); in Rex() local
|
D | x86_32_and_x86_64.h | 202 constexpr uint8_t rex() const { in rex() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/fipsmodule/aes/asm/ |
D | aesni-x86_64.pl | 1660 sub rex { subroutine
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
H A D | aesni-x86_64.pl | 3981 sub rex { subroutine
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/aes/asm/ |
H A D | aesni-x86_64.pl | 3960 sub rex { subroutine
|
/aosp_15_r20/external/libcxx/test/std/re/re.iter/re.regiter/re.regiter.incr/ |
H A D | post.pass.cpp | 99 std::regex rex(".*"); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/re/re.iter/re.regiter/re.regiter.incr/ |
H A D | post.pass.cpp | 99 std::regex rex(".*"); in main() local
|
/aosp_15_r20/external/capstone/bindings/ocaml/ |
H A D | x86.ml | 32 rex: int; RecordField
|
/aosp_15_r20/hardware/google/graphics/common/libmemtrack/ |
D | dmabuf.cpp | 49 regex rex("\\s*ion-(\\d+)\\s+(\\d+)\\s+(\\d+).*"); in build_dmabuf_footprint() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 1299 sub rex { subroutine
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/perlasm/ |
D | x86_64-xlate.pl | 1299 sub rex { subroutine
|
/aosp_15_r20/external/boringssl/src/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 1325 sub rex { subroutine
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/rtasm/ |
H A D | rtasm_x86sse.c | 658 uint8_t rex = 0x40; in x86_mov() local 695 uint8_t rex = 0x48; in x64_mov64() local
|