Searched refs:Ulh (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 588 TurboAssembler::Ulh(dst.gp(), src_op); in Load() 591 TurboAssembler::Ulh(dst.low_gp(), src_op); in Load()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 636 void Ulh(Register rd, const MemOperand& rs);
|
H A D | macro-assembler-mips64.cc | 1176 void TurboAssembler::Ulh(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 | 662 void Ulh(Register rd, const MemOperand& rs);
|
H A D | macro-assembler-mips.cc | 1064 void TurboAssembler::Ulh(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 | 634 void Ulh(Register rd, const MemOperand& rs);
|
H A D | macro-assembler-riscv64.cc | 1279 void TurboAssembler::Ulh(Register rd, const MemOperand& rs) { in Ulh() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 552 TurboAssembler::Ulh(dst.gp(), src_op); in Load()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 1627 __ Ulh(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 1531 __ Ulh(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 1596 __ Ulh(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 | 2490 case Mips::Ulh: in tryExpandInstruction()
|
Completed in 70 milliseconds