Searched refs:lhu (Results 1 - 25 of 29) sorted by relevance

12

/external/llvm/test/MC/Mips/
H A Dmicromips-loadstore-instructions.s15 # CHECK-EL: lhu $4, 8($2) # encoding: [0x82,0x34,0x08,0x00]
29 # CHECK-EB: lhu $4, 8($2) # encoding: [0x34,0x82,0x00,0x08]
40 lhu $4, 8($2)
H A Dmips-memory-instructions.s30 # CHECK: lhu $4, 4($5) # encoding: [0x04,0x00,0xa4,0x94]
40 lhu $4, 4($5)
H A Dnacl-mask.s47 lhu $1, 0($4)
76 # CHECK-NEXT: lhu $1, 0($4)
/external/pixman/pixman/
H A Dpixman-mips-dspr2-asm.S198 lhu t0, 0(a1)
199 lhu t1, 2(a1)
214 lhu t0, 0(a1)
375 lhu t7, 1(a1) /* t7 = 0 | 0 | B1 | G1 */
412 lhu t7, 0(a1) /* t7 = 0 | 0 | G1 | R1 */
570 lhu t5, 1(a1) /* t5 = 0 | 0 | B1 | G1 */
606 lhu t5, 0(a1) /* t5 = 0 | 0 | G1 | R1 */
1112 lhu t2, 0(a0) /* t2 = dst */
1113 lhu t3, 2(a0) /* t3 = dst */
1134 lhu t
[all...]
/external/llvm/test/MC/Mips/mips1/
H A Dvalid.s44 lhu $s3,-22851($v0)
/external/chromium_org/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc375 __ lhu(a3, MemOperand(a0, 0));
377 __ lhu(t0, MemOperand(a2, 0));
1315 __ lhu(current_character(), MemOperand(t5, 0));
H A Dassembler-mips.h798 void lhu(Register rd, const MemOperand& rs);
H A Dcodegen-mips.cc1070 __ lhu(result, MemOperand(at));
H A Dlithium-codegen-mips.cc1857 __ lhu(result, operand);
3179 __ lhu(result, mem_operand);
H A Dassembler-mips.cc1696 void Assembler::lhu(Register rd, const MemOperand& rs) { function in class:v8::Assembler
1701 GenInstrImmediate(LHU, at, rd, 0); // Equiv to lhu(rd, MemOperand(at, 0));
/external/chromium_org/v8/src/mips64/
H A Dregexp-macro-assembler-mips64.cc411 __ lhu(a3, MemOperand(a0, 0));
413 __ lhu(a4, MemOperand(a2, 0));
1361 __ lhu(current_character(), MemOperand(t1, 0));
H A Ddisasm-mips64.cc1328 Format(instr, "lhu 'rt, 'imm16s('rs)");
H A Dassembler-mips64.h821 void lhu(Register rd, const MemOperand& rs);
H A Dcodegen-mips64.cc959 __ lhu(result, MemOperand(at));
H A Dassembler-mips64.cc1823 void Assembler::lhu(Register rd, const MemOperand& rs) { function in class:v8::Assembler
1828 GenInstrImmediate(LHU, at, rd, 0); // Equiv to lhu(rd, MemOperand(at, 0));
/external/llvm/test/MC/Mips/mips2/
H A Dvalid.s51 lhu $s3,-22851($v0)
/external/llvm/test/MC/Mips/mips32/
H A Dvalid.s57 lhu $s3,-22851($v0)
/external/llvm/test/MC/Mips/mips32r2/
H A Dvalid.s65 lhu $s3,-22851($v0)
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-mips64.cc513 // lhu with negative data.
514 __ lhu(a7, MemOperand(a0, OFFSET_OF(T, si)) );
525 __ lhu(t1, MemOperand(a0, OFFSET_OF(T, si)) );
1342 // lhu with negative data.
1343 __ lhu(a7, MemOperand(a0, OFFSET_OF(T, si)));
1354 __ lhu(t1, MemOperand(a0, OFFSET_OF(T, si)));
H A Dtest-assembler-mips.cc498 // lhu with negative data.
499 __ lhu(t3, MemOperand(a0, OFFSET_OF(T, si)) );
510 __ lhu(t5, MemOperand(a0, OFFSET_OF(T, si)) );
/external/llvm/test/MC/Mips/mips3/
H A Dvalid.s101 lhu $s3,-22851($v0)
/external/llvm/test/MC/Mips/mips4/
H A Dvalid.s104 lhu $s3,-22851($v0)
/external/llvm/test/MC/Mips/mips5/
H A Dvalid.s104 lhu $s3,-22851($v0)
/external/llvm/test/MC/Mips/mips64/
H A Dvalid.s109 lhu $s3,-22851($v0)
/external/llvm/test/MC/Mips/mips64r2/
H A Dvalid.s123 lhu $s3,-22851($v0)

Completed in 196 milliseconds

12