/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 1909 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER_EXT(Ll, Sc, true, 8, 32); in AssembleArchInstruction() 1914 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER_EXT(Ll, Sc, false, 8, 32); in AssembleArchInstruction() 1923 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER_EXT(Ll, Sc, true, 16, 32); in AssembleArchInstruction() 1928 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER_EXT(Ll, Sc, false, 16, 32); in AssembleArchInstruction() 1938 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER(Ll, Sc); in AssembleArchInstruction() 1950 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT(Ll, Sc, true, 8, 32); in AssembleArchInstruction() 1955 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT(Ll, Sc, false, 8, 32); in AssembleArchInstruction() 1964 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT(Ll, Sc, true, 16, 32); in AssembleArchInstruction() 1969 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT(Ll, Sc, false, 16, 32); in AssembleArchInstruction() 1980 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Ll, S in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 1784 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER_EXT(Ll, Sc, true, 8, 32); in AssembleArchInstruction() 1789 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER_EXT(Ll, Sc, false, 8, 32); in AssembleArchInstruction() 1798 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER_EXT(Ll, Sc, true, 16, 32); in AssembleArchInstruction() 1803 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER_EXT(Ll, Sc, false, 16, 32); in AssembleArchInstruction() 1813 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER(Ll, Sc); in AssembleArchInstruction() 1825 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT(Ll, Sc, true, 8, 32); in AssembleArchInstruction() 1830 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT(Ll, Sc, false, 8, 32); in AssembleArchInstruction() 1839 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT(Ll, Sc, true, 16, 32); in AssembleArchInstruction() 1844 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT(Ll, Sc, false, 16, 32); in AssembleArchInstruction() 1855 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Ll, S in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 754 ASSEMBLE_ATOMIC_BINOP_EXT(Ll, Sc, 8, inst32, 3); \ 760 ASSEMBLE_ATOMIC_BINOP_EXT(Ll, Sc, 16, inst32, 3); \ 766 ASSEMBLE_ATOMIC_BINOP(Ll, Sc, inst32); \ 829 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER_EXT(Ll, Sc, 8, 3); in AtomicExchange() 835 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER_EXT(Ll, Sc, 16, 3); in AtomicExchange() 841 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER(Ll, Sc); in AtomicExchange() 905 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT(Ll, Sc, 8, 3); in AtomicCompareExchange() 911 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT(Ll, Sc, 16, 3); in AtomicCompareExchange() 917 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Ll, Sc); in AtomicCompareExchange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstMIPS32.h | 228 Ll, enumerator 607 if (getKind() == static_cast<InstKind>(Ll)) { 1234 using InstMIPS32Ll = InstMIPS32Load<InstMIPS32::Ll>;
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 338 __ Ll(i.OutputRegister(0), MemOperand(i.TempRegister(0), 0)); \ 414 __ Ll(i.TempRegister(1), MemOperand(i.TempRegister(0), 0)); \ 432 __ Ll(i.OutputRegister(0), MemOperand(i.TempRegister(0), 0)); \ 448 __ Ll(i.TempRegister(2), MemOperand(i.TempRegister(0), 0)); \ 465 __ Ll(i.OutputRegister(0), MemOperand(i.TempRegister(0), 0)); \ 486 __ Ll(i.TempRegister(2), MemOperand(i.TempRegister(0), 0)); \
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 916 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT(Ll, Sc, 8, 7); in AtomicCompareExchange() 919 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT(Ll, Sc, 8, 3); in AtomicCompareExchange() 922 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT(Ll, Sc, 16, 7); in AtomicCompareExchange() 925 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER_EXT(Ll, Sc, 16, 3); in AtomicCompareExchange() 931 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(Ll, Sc); in AtomicCompareExchange()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 671 void Ll(Register rd, const MemOperand& rs);
|
H A D | macro-assembler-mips64.cc | 1468 void TurboAssembler::Ll(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 | 678 void Ll(Register rd, const MemOperand& rs);
|
H A D | macro-assembler-mips.cc | 1284 void TurboAssembler::Ll(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 | 669 void Ll(Register rd, const MemOperand& rs);
|
H A D | macro-assembler-riscv64.cc | 1505 void TurboAssembler::Ll(Register rd, const MemOperand& rs) { in Ll() function in v8::internal::TurboAssembler
|