Home
last modified time | relevance | path

Searched refs:LeaveOE (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/codegen/ppc/
Dassembler-ppc.h781 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 …]
Dassembler-ppc.cc843 xo_form(EXT2 | MULHWX, dst, src1, src2, LeaveOE, r); in mulhw()
848 xo_form(EXT2 | MULHWUX, dst, src1, src2, LeaveOE, r); in mulhwu()
Dconstants-ppc.h2701 LeaveOE = 0 << 10 // No overflow exception enumerator
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc256 __ 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/
Dcode-generator-ppc.cc410 __ 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/
Dconstants-s390.h1731 LeaveOE = 0 << 10 // No overflow exception enumerator
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc2035 __ sub(r8, r8, r5, LeaveOE, SetRC); in Generate_CallOrConstructForwardVarargs()