Lines Matching refs:EmitGenericShift
1826 EmitGenericShift(false, 4, reg, imm); in shll()
1831 EmitGenericShift(true, 4, reg, imm); in shlq()
1836 EmitGenericShift(false, 4, operand, shifter); in shll()
1841 EmitGenericShift(true, 4, operand, shifter); in shlq()
1846 EmitGenericShift(false, 5, reg, imm); in shrl()
1851 EmitGenericShift(true, 5, reg, imm); in shrq()
1856 EmitGenericShift(false, 5, operand, shifter); in shrl()
1861 EmitGenericShift(true, 5, operand, shifter); in shrq()
1866 EmitGenericShift(false, 7, reg, imm); in sarl()
1871 EmitGenericShift(false, 7, operand, shifter); in sarl()
1876 EmitGenericShift(true, 7, reg, imm); in sarq()
1881 EmitGenericShift(true, 7, operand, shifter); in sarq()
1886 EmitGenericShift(false, 0, reg, imm); in roll()
1891 EmitGenericShift(false, 0, operand, shifter); in roll()
1896 EmitGenericShift(false, 1, reg, imm); in rorl()
1901 EmitGenericShift(false, 1, operand, shifter); in rorl()
1906 EmitGenericShift(true, 0, reg, imm); in rolq()
1911 EmitGenericShift(true, 0, operand, shifter); in rolq()
1916 EmitGenericShift(true, 1, reg, imm); in rorq()
1921 EmitGenericShift(true, 1, operand, shifter); in rorq()
2461 void X86_64Assembler::EmitGenericShift(bool wide, in EmitGenericShift() function in art::x86_64::X86_64Assembler
2483 void X86_64Assembler::EmitGenericShift(bool wide, in EmitGenericShift() function in art::x86_64::X86_64Assembler