HomeSort by relevance Sort by last modified time
    Searched full:cls1 (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZInstrFormats.td 704 RegisterOperand cls1, RegisterOperand cls2>
705 : InstRR<opcode, (outs cls1:$R1), (ins cls2:$R2),
707 [(set cls1:$R1, (operator cls2:$R2))]> {
708 let OpKey = mnemonic ## cls1;
713 RegisterOperand cls1, RegisterOperand cls2>
714 : InstRRE<opcode, (outs cls1:$R1), (ins cls2:$R2),
716 [(set cls1:$R1, (operator cls2:$R2))]> {
717 let OpKey = mnemonic ## cls1;
721 class UnaryRRF<string mnemonic, bits<16> opcode, RegisterOperand cls1,
723 : InstRRF<opcode, (outs cls1:$R1), (ins imm32zx4:$R3, cls2:$R2)
    [all...]
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 408 enum arg_class cls1, cls2; local
409 if (classify_eightbyte(proc, context, info, &cls1,
415 if (cls1 == CLASS_MEMORY || cls2 == CLASS_MEMORY) {
420 classes[0] = cls1;
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 216 class Cls1 implements Intf2 {
223 class Cls2 extends Cls1 implements Intf1 {
378 assertEquals(getClass(), Cls1.class.getEnclosingClass());
816 Class [] interfaces1 = Cls1.class.getInterfaces();
    [all...]

Completed in 238 milliseconds