Home
last modified time | relevance | path

Searched refs:ADDC (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiAluCode.h24 ADDC = 0x01, enumerator
80 case ADDC: in lanaiAluCodeToString()
106 .Case("addc", ADDC) in stringToLanaiAluCode()
123 return AluCode::ADDC; in isdToLanaiAluCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h224 ADDC, SUBC, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
Dcomc597.mme.h781 ADDC, ZERO, R7, ZERO, (1<<12)|0x1b00/4, NONE, ALU0),
864 ADDC, R4, R4, R2, 0, NONE, ALU1),
885 ADDC, R2, R2, R4, 0, NONE, NONE),
899 ADDC, ZERO, R3, ZERO, (1<<12)|0x1b00/4, NONE, ALU0),
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.h223 EMIT2(ADDC)
Dbrw_vec4_builder.h397 ALU2_ACC(ADDC) in ALU2_ACC() argument
Dbrw_fs_builder.h605 ALU2_ACC(ADDC) in ALU3()
Dbrw_eu.h280 ALU2(ADDC) in ALU2()
Dbrw_vec4_visitor.cpp187 ALU2_ACC(ADDC) in ALU1()
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeSPARC_32.c96 …return push_inst(compiler, ADDC | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DRF… in emit_single_op()
DsljitNativePPC_32.c121 return push_inst(compiler, ADDC | RC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2)); in emit_single_op()
DsljitNativePPC_64.c253 return push_inst(compiler, ADDC | RC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2)); in emit_single_op()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l54 addc { yylval.integer = BRW_OPCODE_ADDC; return ADDC; }
Di965_gram.y385 %token <integer> ADD ADD3 ADDC AND ASR AVG
768 ADDC
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h38 ADDC, // Add with carry: (X, Y, Cin) -> (X+Y, Cout). enumerator
DHexagonISelDAGToDAG.cpp763 unsigned OpcCarry = N->getOpcode() == HexagonISD::ADDC ? Hexagon::A4_addp_c in SelectAddSubCarry()
890 case HexagonISD::ADDC: in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h104 ADDC, // Add with carry enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenFastISel.inc1815 // FastEmit functions for ISD::ADDC.
1820 return fastEmitInst_rr(PPC::ADDC, &PPC::GPRCRegClass, Op0, Op0IsKill, Op1, Op1IsKill);
3279 case ISD::ADDC: return fastEmit_ISD_ADDC_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
3455 // FastEmit functions for ISD::ADDC.
3508 …case ISD::ADDC: return fastEmit_ISD_ADDC_ri_Predicate_imm32SExt16(VT, RetVT, Op0, Op0IsKill, imm1);
3530 // FastEmit functions for ISD::ADDC.
3565 …case ISD::ADDC: return fastEmit_ISD_ADDC_ri_Predicate_imm64SExt16(VT, RetVT, Op0, Op0IsKill, imm1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp289 case ISD::ADDC: return "addc"; in getOperationName()
DLegalizeIntegerTypes.cpp1886 case ISD::ADDC: in ExpandIntegerResult()
2288 ISD::ADDC : ISD::SUBC, in ExpandIntRes_ADDSUB()
2294 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps); in ExpandIntRes_ADDSUB()
2390 if (N->getOpcode() == ISD::ADDC) { in ExpandIntRes_ADDSUBC()
2391 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps); in ExpandIntRes_ADDSUBC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp757 case ISD::ADDC: in Select()
1005 ConsumeCarry || Opcode == ISD::ADDC || Opcode == ISD::SUBC; in SelectADD_SUB_I64()
1006 bool IsAdd = Opcode == ISD::ADD || Opcode == ISD::ADDC || Opcode == ISD::ADDE; in SelectADD_SUB_I64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DP9InstrResources.td134 (instregex "ADDC(8)?(O)?$"),
1043 (instregex "ADDC(8)?(O)?_rec$"),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1548 setOperationAction(ISD::ADDC, MVT::i32, Custom); in SparcTargetLowering()
1554 setOperationAction(ISD::ADDC, MVT::i64, Custom); in SparcTargetLowering()
2904 case ISD::ADDC: hiOpc = ISD::ADDE; break; in LowerADDC_ADDE_SUBC_SUBE()
3052 case ISD::ADDC: in LowerOperation()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program3.txt301 "ADDC", "ADDC0", "ADDC1", "ADD_SAT", "ADDC_SAT", "ADDC0_SAT", and
413 The instruction "ADDC" will update the condition code; the otherwise
/third_party/openGLES/extensions/NV/
DNV_vertex_program3.txt301 "ADDC", "ADDC0", "ADDC1", "ADD_SAT", "ADDC_SAT", "ADDC0_SAT", and
413 The instruction "ADDC" will update the condition code; the otherwise
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp214 if (Opc == ISD::ADDC) { in selectAddE()

1234