Home
last modified time | relevance | path

Searched refs:isRotate (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.td324 class LogicR_shift_rotate_reg<bits<6> func, bits<5> isRotate, string instr_asm,
329 let shamt = isRotate;
/external/valgrind/VEX/priv/
Dguest_x86_toIR.c2399 Bool isShift, isRotate, isRotateC; in dis_Grp2() local
2422 isRotate = False; in dis_Grp2()
2423 switch (gregOfRM(modrm)) { case 0: case 1: isRotate = True; } in dis_Grp2()
2428 if (!isShift && !isRotate && !isRotateC) { in dis_Grp2()
2516 if (isRotate) { in dis_Grp2()
Dguest_amd64_toIR.c3631 Bool isShift, isRotate, isRotateC; in dis_Grp2() local
3654 isRotate = False; in dis_Grp2()
3655 switch (gregLO3ofRM(modrm)) { case 0: case 1: isRotate = True; } in dis_Grp2()
3660 if (!isShift && !isRotate && !isRotateC) { in dis_Grp2()
3781 if (isRotate) { in dis_Grp2()