Searched refs:rcr (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 585 #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 D | assembler-ia32.h | 652 void rcr(Register dst, uint8_t imm8);
|
H A D | assembler-ia32.cc | 1150 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 D | assembler-x64.h | 322 V(rcr, 0x3) \
|
Completed in 20 milliseconds