Searched refs:fcond (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compiler.h | 287 enum agx_fcond fcond; member
|
D | agx_pack.c | 354 raw |= (uint64_t) (I->fcond) << 61; in agx_pack_alu()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 5382 : V8_1MI<(outs rGPR:$Rd), (ins GPRwithZRnosp:$Rn, GPRwithZRnosp:$Rm, pred_noal:$fcond), 5383 AddrModeNone, NoItinerary, iname, "$Rd, $Rn, $Rm, $fcond", "", pattern> { 5387 bits<4> fcond; 5393 let Inst{7-4} = fcond{3-0}; 5426 def : InstAlias<"csetm\t$Rd, $fcond", 5427 (t2CSINV rGPR:$Rd, ZR, ZR, pred_noal_inv:$fcond)>; 5429 def : InstAlias<"cset\t$Rd, $fcond", 5430 (t2CSINC rGPR:$Rd, ZR, ZR, pred_noal_inv:$fcond)>; 5432 def : InstAlias<"cinc\t$Rd, $Rn, $fcond", 5433 (t2CSINC rGPR:$Rd, GPRwithZRnosp:$Rn, GPRwithZRnosp:$Rn, pred_noal_inv:$fcond)>; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmWriter.inc | 12434 // (t2CSINC rGPR:$Rd, ZR, ZR, pred_noal_inv:$fcond) - 188 12439 // (t2CSINC rGPR:$Rd, GPRwithZRnosp:$Rn, GPRwithZRnosp:$Rn, pred_noal_inv:$fcond) - 192 12444 // (t2CSINV rGPR:$Rd, ZR, ZR, pred_noal_inv:$fcond) - 196 12449 // (t2CSINV rGPR:$Rd, GPRwithZRnosp:$Rn, GPRwithZRnosp:$Rn, pred_noal_inv:$fcond) - 200 12454 // (t2CSNEG rGPR:$Rd, GPRwithZRnosp:$Rn, GPRwithZRnosp:$Rn, pred_noal_inv:$fcond) - 204
|
D | ARMGenMCCodeEmitter.inc | 6307 // op: fcond
|