/aosp12/art/runtime/interpreter/mterp/x86/ |
H A D | arithmetic.S | 61 sarl $$4, %ecx # ecx <- B 93 sarl $$4, %eax # eax <- B 206 sarl $$4, %eax # eax <- B 256 sarl $$4, %ecx # ecx<- B 335 sarl $$4, %ecx # ecx <- B 493 sarl $$4, %eax # eax <- B 541 sarl $$4, %eax # eax <- B 808 sarl %cl, rIBASE 812 sarl $$31, rIBASE 836 sarl %cl, rIBASE [all …]
|
H A D | floating_point.S | 43 sarl $$4, rINST # rINST <- B 76 sarl $$4, rINST # rINST<- B 193 sarl $$4, rINST # rINST <- B 226 sarl $$4, rINST # rINST <- B
|
H A D | other.S | 44 sarl $$4, %eax 252 sarl $$4, rINST # rINST <- B
|
H A D | control_flow.S | 13 sarl $$4, rINST # rINST <- B
|
H A D | object.S | 72 sarl $$4, %eax # eax <- B
|
H A D | array.S | 147 sarl $$4, rINST # rINST <- B
|
/aosp12/art/runtime/interpreter/mterp/x86_64/ |
H A D | arithmetic.S | 67 sarl $$4, %ecx # rcx <- B 129 sarl $$4, %eax # eax <- B 227 sarl $$4, rINST # rINST <- B 246 sarl $$4, %eax # eax <- B 291 sarl $$4, rINST # rINST <- B 306 sarl $$4, rINST # rINST <- B 332 sarl $$4, %ecx # ecx <- B 353 sarl $$4,rINST # rINST <- B 451 sarl $$4, %eax # eax <- B 471 sarl $$4, rINST # rINST <- B [all …]
|
H A D | floating_point.S | 43 sarl $$4, rINST # rINST <- B 76 sarl $$4, rINST # rINST<- B 193 sarl $$4, rINST # rINST <- B 226 sarl $$4, rINST # rINST <- B
|
H A D | other.S | 40 sarl $$4, %eax 222 sarl $$4, rINST # rINST <- B
|
H A D | control_flow.S | 11 sarl $$4, rINST # rINST <- B
|
H A D | object.S | 63 sarl $$4, %eax # eax <- B
|
H A D | array.S | 119 sarl $$4, rINST # rINST <- B
|
/aosp12/bionic/libc/arch-x86/atom/string/ |
H A D | sse2-wcschr-atom.S | 125 sarl %cl, %edx 126 sarl %cl, %eax
|
H A D | sse2-strchr-atom.S | 115 sarl %cl, %edx 116 sarl %cl, %eax
|
/aosp12/art/runtime/interpreter/mterp/x86_64ng/ |
H A D | other.S | 20 sarl MACRO_LITERAL(4), %eax 198 sarl $$4, rINST # rINST <- B
|
H A D | control_flow.S | 11 sarl $$4, rINST # rINST <- B
|
H A D | main.S | 288 sarl $$COMPACT_CODE_ITEM_REGISTERS_SIZE_SHIFT, \registers 291 sarl $$COMPACT_CODE_ITEM_OUTS_SIZE_SHIFT, \outs 295 sarl $$COMPACT_CODE_ITEM_INS_SIZE_SHIFT, \ins 299 sarl $$COMPACT_CODE_ITEM_INS_SIZE_SHIFT, %r11d 1587 sarl $$4, %ecx # ecx <- B 1918 sarl $$4,%esi # esi<- B 1940 sarl $$4, rINST 1985 sarl $$4, %ecx # ecx <- B
|
H A D | array.S | 114 sarl $$4, rINST # rINST <- B
|
/aosp12/bionic/libm/x86/ |
H A D | s_expm1.S | 129 sarl $6, %eax 213 sarl $1, %eax
|
/aosp12/bionic/libm/x86_64/ |
H A D | s_expm1.S | 111 sarl $6, %eax 196 sarl $1, %eax
|
H A D | s_cos.S | 416 sarl $31, %esi
|
H A D | s_sin.S | 423 sarl $31, %esi
|
H A D | s_tan.S | 405 sarl $31, %esi
|
/aosp12/art/compiler/utils/x86/ |
H A D | assembler_x86.h | 787 void sarl(Register reg, const Immediate& imm); 788 void sarl(Register operand, Register shifter); 789 void sarl(const Address& address, const Immediate& imm); 790 void sarl(const Address& address, Register shifter);
|
/aosp12/art/compiler/utils/x86_64/ |
H A D | assembler_x86_64.h | 810 void sarl(CpuRegister reg, const Immediate& imm); 811 void sarl(CpuRegister operand, CpuRegister shifter);
|