HomeSort by relevance Sort by last modified time
    Searched refs:rex (Results 51 - 75 of 88) sorted by null

1 23 4

  /external/v8/src/x64/
disasm-x64.cc 337 void setRex(byte rex) {
338 DCHECK_EQ(0x40, rex & 0xF0);
339 rex_ = rex;
342 bool rex() { return rex_ != 0; } function in class:disasm::DisassemblerX64
346 // Actual number of base register given the low bits and the rex.b state.
788 regop &= 0x7; // The REX.R bit does not affect the operation.
    [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
ImsCallSession.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 445 prefix += "rex "
447 prefix += "rex." + p.String()[4:] + " "
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 445 prefix += "rex "
447 prefix += "rex." + p.String()[4:] + " "
  /libcore/jsr166-tests/src/test/java/jsr166/
ForkJoinTaskTest.java 283 } catch (Throwable rex) {
284 p.completeExceptionally(rex);
    [all...]
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aesni-x86_64.pl 5006 sub rex { subroutine
    [all...]
  /external/elfutils/libcpu/
i386_disasm.c 121 prefbit (rex),
562 ADD_STRING ("rex");
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinPool.java     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-opcode.d 281 [ ]*[a-f0-9]+: 48 90 rex.W nop
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-opcode.d 280 [ ]*[a-f0-9]+: 48 90 rex.W nop
  /art/compiler/utils/x86_64/
assembler_x86_64.h 82 uint8_t rex() const { function in class:art::x86_64::Operand
101 && (reg.NeedsRex() == ((rex_ & 1) != 0)); // REX.000B bits match.
115 rex_ |= 0x41; // REX.000B
125 rex_ |= 0x41; // REX.000B
128 rex_ |= 0x42; // REX.00X0
881 // If any input is not false, output the necessary rex prefix.
884 // Emit a rex prefix byte if necessary for reg. ie if reg is a register in the range R8 to R15.
894 // Emit a REX.W prefix plus necessary register bit encodings.
904 // Emit a REX prefix to normalize byte registers plus necessary register bit encodings.
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPoint.java 780 } catch (RemoteException rex) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
asm6.go 230 Pfw = 0xf4 /* Pf3 with Rex.w: f3 48 0f */
231 Pw = 0x48 /* Rex.w */
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
asm6.go 230 Pfw = 0xf4 /* Pf3 with Rex.w: f3 48 0f */
231 Pw = 0x48 /* Rex.w */
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /external/skia/src/jumper/
SkJumper_generated_win.S     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/misc/common/robolectric/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 590 milliseconds

1 23 4