Searched refs:cls1 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 715 RegisterOperand cls1, RegisterOperand cls2> 716 : InstRR<opcode, (outs cls1:$R1), (ins cls2:$R2), 718 [(set cls1:$R1, (operator cls2:$R2))]> { 719 let OpKey = mnemonic ## cls1; 724 RegisterOperand cls1, RegisterOperand cls2> 725 : InstRRE<opcode, (outs cls1:$R1), (ins cls2:$R2), 727 [(set cls1:$R1, (operator cls2:$R2))]> { 728 let OpKey = mnemonic ## cls1; 732 class UnaryRRF<string mnemonic, bits<16> opcode, RegisterOperand cls1, 734 : InstRRF<opcode, (outs cls1:$R1), (ins imm32zx4:$R3, cls2:$R2), [all …]
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
D | fetch.c | 408 enum arg_class cls1, cls2; in classify_eightbytes() local 409 if (classify_eightbyte(proc, context, info, &cls1, in classify_eightbytes() 415 if (cls1 == CLASS_MEMORY || cls2 == CLASS_MEMORY) { in classify_eightbytes() 420 classes[0] = cls1; in classify_eightbytes()
|