Home
last modified time | relevance | path

Searched defs:rxb (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/perlasm/
Dx86asm.pl149 sub rxb { subroutine
Dx86_64-xlate.pl1137 sub rxb { subroutine
/third_party/node/deps/openssl/openssl/crypto/perlasm/
Dx86asm.pl149 sub rxb { subroutine
Dx86_64-xlate.pl1142 sub rxb { subroutine
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64-inl.h165 byte rxb = static_cast<byte>(~((reg.high_bit() << 2) | rm.high_bit())) << 5; in emit_vex3_byte1() local
171 byte rxb = static_cast<byte>(~((reg.high_bit() << 2) | rm.data().rex)) << 5; in emit_vex3_byte1() local
/third_party/libwebsockets/test-apps/
Dtest-client.c54 static uint32_t count_blocks = 1024, txb, rxb, rx_count, errs; variable