/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 874 void sub(Register dst, Register src1, Register src2, OEBit s = LeaveOE, 877 void subc(Register dst, Register src1, Register src2, OEBit s = LeaveOE, 879 void sube(Register dst, Register src1, Register src2, OEBit s = LeaveOE, 884 void add(Register dst, Register src1, Register src2, OEBit s = LeaveOE, 887 void addc(Register dst, Register src1, Register src2, OEBit o = LeaveOE, 889 void adde(Register dst, Register src1, Register src2, OEBit o = LeaveOE, 891 void addze(Register dst, Register src1, OEBit o = LeaveOE, RCBit r = LeaveRC); 893 void mullw(Register dst, Register src1, Register src2, OEBit o = LeaveOE, 900 void divw(Register dst, Register src1, Register src2, OEBit o = LeaveOE, 902 void divwu(Register dst, Register src1, Register src2, OEBit o = LeaveOE, [all...] |
H A D | macro-assembler-ppc.h | 187 Register scratch = r0, OEBit s = LeaveOE, RCBit r = LeaveRC); 188 void AddS64(Register dst, Register src, Register value, OEBit s = LeaveOE, 191 Register scratch = r0, OEBit s = LeaveOE, RCBit r = LeaveRC); 192 void SubS64(Register dst, Register src, Register value, OEBit s = LeaveOE, 201 Register scratch = r0, OEBit s = LeaveOE, RCBit r = LeaveRC); 202 void MulS64(Register dst, Register src, Register value, OEBit s = LeaveOE, 205 Register scratch = r0, OEBit s = LeaveOE, RCBit r = LeaveRC); 206 void MulS32(Register dst, Register src, Register value, OEBit s = LeaveOE, 208 void DivS64(Register dst, Register src, Register value, OEBit s = LeaveOE, 210 void DivU64(Register dst, Register src, Register value, OEBit s = LeaveOE, [all...] |
H A D | macro-assembler-ppc.cc | 1466 actual_parameter_count, LeaveOE, SetRC); in CallRecordWriteStub() 2708 if (is_int16(value.immediate()) && s == LeaveOE && r == LeaveRC) { in CallRecordWriteStub() 2723 if (is_int16(value.immediate()) && s == LeaveOE && r == LeaveRC) { in CallRecordWriteStub() 2733 AddS64(dst, src, value, LeaveOE, r); in CallRecordWriteStub() 2739 AddS64(dst, src, value, scratch, LeaveOE, r); in CallRecordWriteStub() 2745 SubS64(dst, src, value, LeaveOE, r); in CallRecordWriteStub() 2751 SubS64(dst, src, value, scratch, LeaveOE, r); in CallRecordWriteStub() 2757 if (is_int16(value.immediate()) && s == LeaveOE && r == LeaveRC) { in CallRecordWriteStub()
|
H A D | assembler-ppc.cc | 849 xo_form(EXT2 | MULHWX, dst, src1, src2, LeaveOE, r); in mulhw() 854 xo_form(EXT2 | MULHWUX, dst, src1, src2, LeaveOE, r); in mulhwu()
|
H A D | constants-ppc.h | 2796 LeaveOE = 0 << 10 // No overflow exception enumerator
|
/third_party/node/deps/v8/src/regexp/ppc/ |
H A D | regexp-macro-assembler-ppc.cc | 254 __ sub(r4, r4, r3, LeaveOE, SetRC); // Length of capture. in CheckNotBackReferenceIgnoreCase() 268 __ add(r0, r4, current_input_offset(), LeaveOE, SetRC); in CheckNotBackReferenceIgnoreCase() 394 __ sub(r4, r4, r3, LeaveOE, SetRC); // Length to check. in CheckNotBackReference() 408 __ add(r0, r4, current_input_offset(), LeaveOE, SetRC); in CheckNotBackReference() 792 __ sub(r3, sp, r3, LeaveOE, SetRC); in GetCode()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 415 __ sub(i.OutputRegister(), i.InputRegister(0), scratch, LeaveOE, \ 1361 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1364 r0, LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1378 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1381 r0, LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1400 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1403 r0, LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1417 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1422 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1581 __ neg(i.OutputRegister(), i.InputRegister(0), LeaveOE, in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 1655 SubS64(value, value, Operand(subtrahend), r0, LeaveOE, SetRC); in emit_i32_subi_jump_negative()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 1736 LeaveOE = 0 << 10 // No overflow exception enumerator
|
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 2386 __ sub(r8, r8, r5, LeaveOE, SetRC); in Generate_CallOrConstructForwardVarargs()
|