Home
last modified time | relevance | path

Searched refs:mem_operand (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3032 MemOperand mem_operand = in DoShiftI() local
3038 __ LoadByte(result, mem_operand, r0); in DoShiftI()
3040 __ lbzx(result, mem_operand); in DoShiftI()
3047 __ LoadByte(result, mem_operand, r0); in DoShiftI()
3049 __ lbzx(result, mem_operand); in DoShiftI()
3054 __ LoadHalfWordArith(result, mem_operand, r0); in DoShiftI()
3056 __ lhax(result, mem_operand); in DoShiftI()
3061 __ LoadHalfWord(result, mem_operand, r0); in DoShiftI()
3063 __ lhzx(result, mem_operand); in DoShiftI()
3068 __ LoadWordArith(result, mem_operand, r0); in DoShiftI()
[all …]
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2917 MemOperand mem_operand = PrepareKeyedOperand( in DoLoadKeyedExternalArray() local
2922 __ ldrsb(result, mem_operand); in DoLoadKeyedExternalArray()
2926 __ ldrb(result, mem_operand); in DoLoadKeyedExternalArray()
2929 __ ldrsh(result, mem_operand); in DoLoadKeyedExternalArray()
2932 __ ldrh(result, mem_operand); in DoLoadKeyedExternalArray()
2935 __ ldr(result, mem_operand); in DoLoadKeyedExternalArray()
2938 __ ldr(result, mem_operand); in DoLoadKeyedExternalArray()
3992 MemOperand mem_operand = PrepareKeyedOperand( in DoStoreKeyedExternalArray() local
4000 __ strb(value, mem_operand); in DoStoreKeyedExternalArray()
4004 __ strh(value, mem_operand); in DoStoreKeyedExternalArray()
[all …]
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2848 MemOperand mem_operand = PrepareKeyedOperand( in DoLoadKeyedExternalArray() local
2853 __ lb(result, mem_operand); in DoLoadKeyedExternalArray()
2857 __ lbu(result, mem_operand); in DoLoadKeyedExternalArray()
2860 __ lh(result, mem_operand); in DoLoadKeyedExternalArray()
2863 __ lhu(result, mem_operand); in DoLoadKeyedExternalArray()
2866 __ lw(result, mem_operand); in DoLoadKeyedExternalArray()
2869 __ lw(result, mem_operand); in DoLoadKeyedExternalArray()
3959 MemOperand mem_operand = PrepareKeyedOperand( in DoStoreKeyedExternalArray() local
3967 __ sb(value, mem_operand); in DoStoreKeyedExternalArray()
3971 __ sh(value, mem_operand); in DoStoreKeyedExternalArray()
[all …]
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2998 MemOperand mem_operand = PrepareKeyedOperand( in DoLoadKeyedExternalArray() local
3003 __ lb(result, mem_operand); in DoLoadKeyedExternalArray()
3007 __ lbu(result, mem_operand); in DoLoadKeyedExternalArray()
3010 __ lh(result, mem_operand); in DoLoadKeyedExternalArray()
3013 __ lhu(result, mem_operand); in DoLoadKeyedExternalArray()
3016 __ lw(result, mem_operand); in DoLoadKeyedExternalArray()
3019 __ lw(result, mem_operand); in DoLoadKeyedExternalArray()
4182 MemOperand mem_operand = PrepareKeyedOperand( in DoStoreKeyedExternalArray() local
4190 __ sb(value, mem_operand); in DoStoreKeyedExternalArray()
4194 __ sh(value, mem_operand); in DoStoreKeyedExternalArray()
[all …]