Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp2366 Operand *Src1RF = legalize(Src1, Legal_Reg | Legal_Flex); in lowerInt1Arithmetic() local
2373 _and(T, Src0, Src1RF); in lowerInt1Arithmetic()
2376 _orr(T, Src0, Src1RF); in lowerInt1Arithmetic()
2379 _eor(T, Src0, Src1RF); in lowerInt1Arithmetic()
3241 Operand *Src1RF = Srcs.src1RF(this); in lowerArithmetic() local
3242 _add(T, Src0R, Src1RF); in lowerArithmetic()
3264 Operand *Src1RF = Srcs.src1RF(this); in lowerArithmetic() local
3265 _and(T, Src0R, Src1RF); in lowerArithmetic()
3277 Operand *Src1RF = Srcs.src1RF(this); in lowerArithmetic() local
3278 _orr(T, Src0R, Src1RF); in lowerArithmetic()
[all …]