Searched refs:LeaveOE (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/codegen/ppc/ |
D | assembler-ppc.h | 781 void sub(Register dst, Register src1, Register src2, OEBit s = LeaveOE, 784 void subc(Register dst, Register src1, Register src2, OEBit s = LeaveOE, 786 void sube(Register dst, Register src1, Register src2, OEBit s = LeaveOE, 791 void add(Register dst, Register src1, Register src2, OEBit s = LeaveOE, 794 void addc(Register dst, Register src1, Register src2, OEBit o = LeaveOE, 796 void adde(Register dst, Register src1, Register src2, OEBit o = LeaveOE, 798 void addze(Register dst, Register src1, OEBit o = LeaveOE, RCBit r = LeaveRC); 800 void mullw(Register dst, Register src1, Register src2, OEBit o = LeaveOE, 806 void divw(Register dst, Register src1, Register src2, OEBit o = LeaveOE, 808 void divwu(Register dst, Register src1, Register src2, OEBit o = LeaveOE, [all …]
|
D | assembler-ppc.cc | 843 xo_form(EXT2 | MULHWX, dst, src1, src2, LeaveOE, r); in mulhw() 848 xo_form(EXT2 | MULHWUX, dst, src1, src2, LeaveOE, r); in mulhwu()
|
D | constants-ppc.h | 2701 LeaveOE = 0 << 10 // No overflow exception enumerator
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 256 __ sub(r4, r4, r3, LeaveOE, SetRC); // Length of capture. in CheckNotBackReferenceIgnoreCase() 270 __ add(r0, r4, current_input_offset(), LeaveOE, SetRC); in CheckNotBackReferenceIgnoreCase() 396 __ sub(r4, r4, r3, LeaveOE, SetRC); // Length to check. in CheckNotBackReference() 410 __ add(r0, r4, current_input_offset(), LeaveOE, SetRC); in CheckNotBackReference() 719 __ sub(r3, sp, r3, LeaveOE, SetRC); in GetCode()
|
/external/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 410 __ sub(i.OutputRegister(), i.InputRegister(0), scratch, LeaveOE, \ 1432 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1449 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1471 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1479 __ sub(i.OutputRegister(), i.InputRegister(0), kScratchReg, LeaveOE, in AssembleArchInstruction() 1495 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1500 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1657 __ neg(i.OutputRegister(), i.InputRegister(0), LeaveOE, i.OutputRCBit()); in AssembleArchInstruction()
|
/external/v8/src/codegen/s390/ |
D | constants-s390.h | 1731 LeaveOE = 0 << 10 // No overflow exception enumerator
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 2035 __ sub(r8, r8, r5, LeaveOE, SetRC); in Generate_CallOrConstructForwardVarargs()
|