Searched refs:cond4 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrFormats.td | 2320 : InstRIc<opcode, (outs), (ins cond4:$valid, cond4:$M1, brtarget16:$RI2), 2322 [(operator cond4:$valid, cond4:$M1, bb:$RI2)]> { 2340 : InstRILc<opcode, (outs), (ins cond4:$valid, cond4:$M1, brtarget32:$RI2), 2358 : InstRR<opcode, (outs), (ins cond4:$valid, cond4:$R1, GR64:$R2), 2384 (ins cond4:$valid, cond4:$M1, (bdxaddr12only $B2, $D2, $X2):$XBD2), 2410 : InstRXYb<opcode, (outs), (ins cond4:$valid, cond4:$M1, 2437 : InstRIEa<opcode, (outs), (ins cls:$R1, imm:$I2, cond4:$M3), 2464 (ins cls:$R1, cls:$R2, cond4:$M3, brtarget16:$RI4), 2492 (ins cls:$R1, imm:$I2, cond4:$M3, brtarget16:$RI4), 2519 : InstRRFc<opcode, (outs), (ins cls:$R1, cls:$R2, cond4:$M3), [all …]
|
H A D | SystemZInstrInfo.td | 232 def CondTrap : Alias<4, (outs), (ins cond4:$valid, cond4:$R1), []>; 345 def CallBRCL : Alias<6, (outs), (ins cond4:$valid, cond4:$R1, 347 def CallBCR : Alias<2, (outs), (ins cond4:$valid, cond4:$R1, 353 def CRBCall : Alias<6, (outs), (ins GR32:$R1, GR32:$R2, cond4:$M3, ADDR64:$R4), []>; 354 def CGRBCall : Alias<6, (outs), (ins GR64:$R1, GR64:$R2, cond4:$M3, ADDR64:$R4), []>; 355 def CIBCall : Alias<6, (outs), (ins GR32:$R1, imm32sx8:$I2, cond4:$M3, ADDR64:$R4), []>; 356 def CGIBCall : Alias<6, (outs), (ins GR64:$R1, imm64sx8:$I2, cond4:$M3, ADDR64:$R4), []>; 357 def CLRBCall : Alias<6, (outs), (ins GR32:$R1, GR32:$R2, cond4:$M3, ADDR64:$R4), []>; 358 def CLGRBCall : Alias<6, (outs), (ins GR64:$R1, GR64:$R2, cond4:$M3, ADDR64:$R4), []>; 359 def CLIBCall : Alias<6, (outs), (ins GR32:$R1, imm32zx8:$I2, cond4:$M3, ADDR64:$R4), []>; [all …]
|
H A D | SystemZOperands.td | 682 def cond4 : PatLeaf<(i32 timm), [{ return (N->getZExtValue() < 16); }]>,
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dbg_fw_funcs.c | 139 static u32 cond4(const u32 *r, const u32 *imm) { in cond4() function 181 cond4,
|