Searched defs:lhu (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.cc | 441 __ lhu(a3, MemOperand(a0, 0)); in CheckNotBackReference() local 443 __ lhu(a4, MemOperand(a2, 0)); in CheckNotBackReference() local 1326 __ lhu(current_character(), MemOperand(t1, 0)); in LoadCurrentCharacterUnchecked() local
|
/external/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.cc | 411 __ lhu(a3, MemOperand(a0, 0)); in CheckNotBackReference() local 413 __ lhu(t0, MemOperand(a2, 0)); in CheckNotBackReference() local 1289 __ lhu(current_character(), MemOperand(t5, 0)); in LoadCurrentCharacterUnchecked() local
|
/external/v8/src/mips/ |
D | codegen-mips.cc | 1034 __ lhu(result, MemOperand(at)); in Generate() local
|
D | assembler-mips.cc | 1849 void Assembler::lhu(Register rd, const MemOperand& rs) { in lhu() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | codegen-mips64.cc | 1033 __ lhu(result, MemOperand(at)); in Generate() local
|
D | assembler-mips64.cc | 1980 void Assembler::lhu(Register rd, const MemOperand& rs) { in lhu() function in v8::internal::Assembler
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1419 __ lhu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1703 __ lhu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 1680 __ lhu(result, operand); in DoSeqStringGetChar() local 2687 __ lhu(result, mem_operand); in DoLoadKeyedExternalArray() local
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 1781 __ lhu(result, operand); in DoSeqStringGetChar() local 2836 __ lhu(result, mem_operand); in DoLoadKeyedExternalArray() local
|