Home
last modified time | relevance | path

Searched refs:rcr (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h585 #define RCR_L(a, b) CHOICE(rcrl ARG2(a,b), rcrl ARG2(a,b), _LTOG rcr ARG2(b,a))
586 #define RCR_W(a, b) CHOICE(rcrw ARG2(a,b), rcrw ARG2(a,b), _WTOG rcr ARG2(b,a))
1297 #define RCR_L(a, b) rcr L_(b), L_(a)
1298 #define RCR_W(a, b) rcr W_(b), W_(a)
1299 #define RCR_B(a, b) rcr B_(b), B_(a)
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h652 void rcr(Register dst, uint8_t imm8);
H A Dassembler-ia32.cc1150 void Assembler::rcr(Register dst, uint8_t imm8) { in rcr() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h322 V(rcr, 0x3) \

Completed in 20 milliseconds