Searched defs:lhu (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/debug/mips/ |
D | debug-mips.cc | 42 __ lhu(a0, in GenerateFrameDropperTrampoline() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
D | rv32i-valid.s | 109 lhu t3, 255(t3) label
|
/external/v8/src/regexp/mips/ |
D | regexp-macro-assembler-mips.cc | 408 __ lhu(a3, MemOperand(a0, 0)); in CheckNotBackReference() local 410 __ lhu(t0, MemOperand(a2, 0)); in CheckNotBackReference() local 1286 __ lhu(current_character(), MemOperand(t5, 0)); in LoadCurrentCharacterUnchecked() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/ |
D | valid.s | 172 lhu $4, 8($2) # CHECK: lhu $4, 8($2) # encoding: [0x34,0x82,0x00,0x08] label
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 512 __ lhu(a3, in Generate_ResumeGeneratorTrampoline() local 543 __ lhu(a0, FieldMemOperand( in Generate_ResumeGeneratorTrampoline() local 1682 __ lhu(t2, FieldMemOperand( in Generate_CallOrConstructForwardVarargs() local 1817 __ lhu(a2, in Generate_CallFunction() local 2103 __ lhu(t2, FieldMemOperand(t1, Map::kInstanceTypeOffset)); in Generate_Construct() local
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1475 __ lhu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 2235 void Assembler::lhu(Register rd, const MemOperand& rs) { in lhu() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 2397 void Assembler::lhu(Register rd, const MemOperand& rs) { in lhu() function in v8::internal::Assembler
|