Searched refs:kInt32Imm_Negate (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 19 kInt32Imm_Negate, enumerator 67 case kInt32Imm_Negate: in CanBeImmediate() 1042 VisitBinop<Int32BinopMatcher>(this, node, kS390_Sub32, kInt32Imm_Negate); in VisitInt32Sub() 1054 VisitBinop<Int64BinopMatcher>(this, node, kS390_Sub64, kInt32Imm_Negate); in VisitInt64Sub() 1486 kInt32Imm_Negate, &cont); in VisitInt32SubWithOverflow() 1489 VisitBinop<Int32BinopMatcher>(this, node, kS390_Sub32, kInt32Imm_Negate, in VisitInt32SubWithOverflow() 1508 kInt32Imm_Negate, &cont); in VisitInt64SubWithOverflow() 1511 VisitBinop<Int64BinopMatcher>(this, node, kS390_Sub64, kInt32Imm_Negate, in VisitInt64SubWithOverflow() 1693 selector, node, kS390_Sub32, kInt32Imm_Negate, cont); in VisitWordCompareZero() 1705 selector, node, kS390_Sub64, kInt32Imm_Negate, cont); in VisitWordCompareZero()
|