Searched refs:LeaveOE (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ppc/ |
D | assembler-ppc.h | 1025 void sub(Register dst, Register src1, Register src2, OEBit s = LeaveOE, 1028 void subc(Register dst, Register src1, Register src2, OEBit s = LeaveOE, 1030 void sube(Register dst, Register src1, Register src2, OEBit s = LeaveOE, 1035 void add(Register dst, Register src1, Register src2, OEBit s = LeaveOE, 1038 void addc(Register dst, Register src1, Register src2, OEBit o = LeaveOE, 1040 void adde(Register dst, Register src1, Register src2, OEBit o = LeaveOE, 1042 void addze(Register dst, Register src1, OEBit o = LeaveOE, RCBit r = LeaveRC); 1044 void mullw(Register dst, Register src1, Register src2, OEBit o = LeaveOE, 1050 void divw(Register dst, Register src1, Register src2, OEBit o = LeaveOE, 1052 void divwu(Register dst, Register src1, Register src2, OEBit o = LeaveOE, [all …]
|
D | assembler-ppc.cc | 892 xo_form(EXT2 | MULHWX, dst, src1, src2, LeaveOE, r); in mulhw() 898 xo_form(EXT2 | MULHWUX, dst, src1, src2, LeaveOE, r); in mulhwu()
|
D | constants-ppc.h | 2617 LeaveOE = 0 << 10 // No overflow exception enumerator
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 228 __ sub(r4, r4, r3, LeaveOE, SetRC); // Length of capture. in CheckNotBackReferenceIgnoreCase() 242 __ add(r0, r4, current_input_offset(), LeaveOE, SetRC); in CheckNotBackReferenceIgnoreCase() 374 __ sub(r4, r4, r3, LeaveOE, SetRC); // Length to check. in CheckNotBackReference() 388 __ add(r0, r4, current_input_offset(), LeaveOE, SetRC); in CheckNotBackReference() 690 __ sub(r3, sp, r3, LeaveOE, SetRC); in GetCode()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 417 __ sub(i.OutputRegister(), i.InputRegister(0), scratch, LeaveOE, \ 1381 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1398 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1420 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1428 __ sub(i.OutputRegister(), i.InputRegister(0), kScratchReg, LeaveOE, in AssembleArchInstruction() 1444 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1449 LeaveOE, i.OutputRCBit()); in AssembleArchInstruction() 1607 __ neg(i.OutputRegister(), i.InputRegister(0), LeaveOE, i.OutputRCBit()); in AssembleArchInstruction()
|
/external/v8/src/s390/ |
D | constants-s390.h | 1724 LeaveOE = 0 << 10 // No overflow exception enumerator
|