Searched refs:intOp (Results 1 – 5 of 5) sorted by relevance
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | CodeEmitter.java | 169 int intOp = -1; in if_cmp() local 198 case EQ: intOp = Constants.IF_ICMPEQ; break; in if_cmp() 199 case NE: intOp = Constants.IF_ICMPNE; break; in if_cmp() 201 case LT: intOp = Constants.IF_ICMPLT; break; in if_cmp() 203 case GT: intOp = Constants.IF_ICMPGT; break; in if_cmp() 205 mv.visitJumpInsn(intOp, label); in if_cmp()
|
/external/v8/src/compiler/ |
D | js-typed-lowering.h | 90 Reduction ReduceInt32Binop(Node* node, const Operator* intOp);
|
D | js-typed-lowering.cc | 514 Reduction JSTypedLowering::ReduceInt32Binop(Node* node, const Operator* intOp) { in ReduceInt32Binop() argument 521 return r.ChangeToPureOperator(intOp, Type::Integral32()); in ReduceInt32Binop() 528 return r.ChangeToPureOperator(intOp, Type::Integral32()); in ReduceInt32Binop()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 4166 multiclass SIMDAcrossLanesSignedLongIntrinsic<string baseOpc, Intrinsic intOp> { 4167 def : Pat<(i32 (intOp (v8i8 V64:$Rn))), 4172 def : Pat<(i32 (intOp (v16i8 V128:$Rn))), 4178 def : Pat<(i32 (intOp (v4i16 V64:$Rn))), 4183 def : Pat<(i32 (intOp (v8i16 V128:$Rn))), 4189 def : Pat<(i64 (intOp (v4i32 V128:$Rn))), 4197 Intrinsic intOp> { 4198 def : Pat<(i32 (intOp (v8i8 V64:$Rn))), 4203 def : Pat<(i32 (intOp (v16i8 V128:$Rn))), 4209 def : Pat<(i32 (intOp (v4i16 V64:$Rn))), [all …]
|
D | AArch64InstrFormats.td | 6071 Intrinsic intOp> { 6075 [(set FPR16:$Rd, (intOp (v4f16 V64:$Rn)))]>; 6078 [(set FPR16:$Rd, (intOp (v8f16 V128:$Rn)))]>; 6082 [(set FPR32:$Rd, (intOp (v4f32 V128:$Rn)))]>;
|