Home
last modified time | relevance | path

Searched refs:Ll (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1909 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 Dcode-generator-riscv64.cc1784 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 Dliftoff-assembler-mips64.h754 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 DIceInstMIPS32.h228 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 Dcode-generator-mips.cc338 __ 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 Dliftoff-assembler-riscv64.h916 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 Dmacro-assembler-mips64.h671 void Ll(Register rd, const MemOperand& rs);
H A Dmacro-assembler-mips64.cc1468 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 Dmacro-assembler-mips.h678 void Ll(Register rd, const MemOperand& rs);
H A Dmacro-assembler-mips.cc1284 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 Dmacro-assembler-riscv64.h669 void Ll(Register rd, const MemOperand& rs);
H A Dmacro-assembler-riscv64.cc1505 void TurboAssembler::Ll(Register rd, const MemOperand& rs) { in Ll() function in v8::internal::TurboAssembler

Completed in 57 milliseconds