Searched defs:Subu (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInstMIPS32.h276 Subu, enumerator in enum:Ice::MIPS32::InstMIPS32::InstKindMIPS32
1279 using InstMIPS32Subu = InstMIPS32ThreeAddrGPR<InstMIPS32::Subu>;
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.cc596 void MacroAssembler::Subu(Register rd, Register rs, const Operand& rt) { function in class:v8::internal::MacroAssembler
3452 Subu(scratch, rs, rt);
3458 Subu(scratch, rs, rt);
5139 Subu(dst, left, static_cast<int32_t>(right.immediate()));
5146 Subu(dst, left, right);
5170 // This happens with some crankshaft code. Since Subu works fine if
5314 // This happens with some crankshaft code. Since Subu works fine if
5500 Subu(scratch1, scratch1, Operand(value));
6887 Subu(result, result, Operand(dividend));
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc136 Subu(sp, sp, Operand(num_unsaved * kPointerSize));
562 void MacroAssembler::Subu(Register rd, Register rs, const Operand& rt) { function in class:v8::internal::MacroAssembler
1356 Subu(sp, sp, Operand(stack_offset));
1370 Subu(sp, sp, Operand(stack_offset));
1410 Subu(sp, sp, Operand(stack_offset));
1424 Subu(sp, sp, Operand(stack_offset));
1484 Subu(dst_low, left_low, right_low);
1485 Subu(dst_high, left_high, right_high);
1490 Subu(dst_high, dst_high, 0x1);
1508 Subu(kScratchRe
[all...]

Completed in 321 milliseconds