Searched refs:Ulhu (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 581 TurboAssembler::Ulhu(dst.gp(), src_op); in Load() 584 TurboAssembler::Ulhu(dst.low_gp(), src_op); in Load()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 637 void Ulhu(Register rd, const MemOperand& rs);
|
H A D | macro-assembler-mips64.cc | 1210 void TurboAssembler::Ulhu(Register rd, const MemOperand& rs) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 663 void Ulhu(Register rd, const MemOperand& rs);
|
H A D | macro-assembler-mips.cc | 1099 void TurboAssembler::Ulhu(Register rd, const MemOperand& rs) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 635 void Ulhu(Register rd, const MemOperand& rs);
|
H A D | macro-assembler-riscv64.cc | 1283 void TurboAssembler::Ulhu(Register rd, const MemOperand& rs) { in Ulhu() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 548 TurboAssembler::Ulhu(dst.gp(), src_op); in Load()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 1621 __ Ulhu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 1525 __ Ulhu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 1590 __ Ulhu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 2492 case Mips::Ulhu: in tryExpandInstruction()
|
Completed in 69 milliseconds