| /external/v8/src/regexp/mips/ |
| D | regexp-macro-assembler-mips.cc | 239 __ Subu(a1, a1, a0); // Length of capture. in CheckNotBackReferenceIgnoreCase() local 266 __ Subu(a2, a2, Operand(a1)); in CheckNotBackReferenceIgnoreCase() local 287 __ Subu(a3, a3, Operand('a')); in CheckNotBackReferenceIgnoreCase() local 290 __ Subu(a3, a3, Operand(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local 305 __ Subu(current_input_offset(), a2, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local 310 __ Subu(current_input_offset(), current_input_offset(), Operand(t5)); in CheckNotBackReferenceIgnoreCase() local 341 __ Subu(a1, a1, Operand(s3)); in CheckNotBackReferenceIgnoreCase() local 365 __ Subu(current_input_offset(), current_input_offset(), Operand(s3)); in CheckNotBackReferenceIgnoreCase() local 382 __ Subu(a1, a1, a0); // Length to check. in CheckNotBackReference() local 404 __ Subu(a2, a2, Operand(a1)); in CheckNotBackReference() local [all …]
|
| /external/v8/src/builtins/mips/ |
| D | builtins-mips.cc | 315 __ Subu(scratch1, sp, scratch1); in Generate_CheckStackOverflow() local 678 __ Subu(a3, a3, Operand(1)); in Generate_ResumeGeneratorTrampoline() local 1057 __ Subu(t1, sp, Operand(t0)); in Generate_InterpreterEntryTrampoline() local 1071 __ Subu(t0, t0, Operand(kPointerSize)); in Generate_InterpreterEntryTrampoline() local 1197 __ Subu(scratch, num_args, Operand(1)); in Generate_InterpreterPushArgs() local 1199 __ Subu(start_address, start_address, scratch); in Generate_InterpreterPushArgs() local 1221 __ Subu(a0, a0, Operand(1)); in Generate_InterpreterPushArgsThenCallImpl() local 1280 __ Subu(a0, a0, Operand(1)); in Generate_InterpreterPushArgsThenConstructImpl() local 1488 __ Subu(a0, a0, in Generate_ContinueToBuiltinHelper() local 1798 __ Subu(sp, sp, Operand(t1)); in Generate_CallOrConstructVarargs() local [all …]
|
| /external/v8/src/compiler/backend/mips/ |
| D | code-generator-mips.cc | 945 __ Subu(kScratchReg2, kScratchReg2, Operand(kScratchReg)); in AssembleArchInstruction() local 1026 __ Subu(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local 1666 __ Subu(sp, sp, Operand(kFloatSize)); in AssembleArchInstruction() local 1672 __ Subu(sp, sp, Operand(kDoubleSize)); in AssembleArchInstruction() local 1705 __ Subu(sp, sp, Operand(i.InputInt32(0))); in AssembleArchInstruction() local 3552 __ Subu(lhs_register, sp, offset); in AssembleBranchToLabels() local 3922 __ Subu(sp, sp, Operand(kSystemPointerSize)); in AssembleConstructFrame() local 3946 __ Subu(sp, sp, Operand(kSystemPointerSize)); in AssembleConstructFrame() local 4014 __ Subu(sp, sp, Operand(required_slots * kSystemPointerSize)); in AssembleConstructFrame() local 4030 __ Subu(sp, sp, Operand(returns * kSystemPointerSize)); in AssembleConstructFrame() local
|
| /external/v8/src/builtins/mips64/ |
| D | builtins-mips64.cc | 1965 __ Subu(a7, a7, a2); in Generate_CallOrConstructForwardVarargs() local 2008 __ Subu(a7, a7, Operand(1)); in Generate_CallOrConstructForwardVarargs() local 2775 __ Subu(scratch, result_reg, HeapNumber::kExponentMask); in Generate_DoubleToI() local 2780 __ Subu(result_reg, result_reg, in Generate_DoubleToI() local 2824 __ Subu(scratch, zero_reg, scratch); in Generate_DoubleToI() local 2837 __ Subu(result_reg, zero_reg, input_high); in Generate_DoubleToI() local 2927 __ Subu(s2, s2, Operand(1)); in CallApiFunctionAndReturn() local
|
| /external/v8/src/codegen/mips/ |
| D | macro-assembler-mips.h | 413 DEFINE_INSTRUCTION(Subu) in DEFINE_INSTRUCTION() argument
|
| D | macro-assembler-mips.cc | 395 void TurboAssembler::Subu(Register rd, Register rs, const Operand& rt) { in Subu() function in v8::internal::TurboAssembler
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceInstMIPS32.h | 276 Subu, enumerator
|
| /external/v8/src/compiler/backend/mips64/ |
| D | code-generator-mips64.cc | 1008 __ Subu(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local 1816 __ Subu(sp, sp, Operand(kDoubleSize)); in AssembleArchInstruction() local
|
| /external/v8/src/codegen/mips64/ |
| D | macro-assembler-mips64.cc | 410 void TurboAssembler::Subu(Register rd, Register rs, const Operand& rt) { in Subu() function in v8::internal::TurboAssembler
|