Searched defs:registerB (Results 1 - 20 of 20) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction12x.java46 protected final int registerB; field in class:BuilderInstruction12x
50 int registerB) {
53 this.registerB = Preconditions.checkNibbleRegister(registerB);
57 @Override public int getRegisterB() { return registerB; }
48 BuilderInstruction12x(@onnull Opcode opcode, int registerA, int registerB) argument
H A DBuilderInstruction22b.java46 protected final int registerB; field in class:BuilderInstruction22b
51 int registerB,
55 this.registerB = Preconditions.checkByteRegister(registerB);
60 @Override public int getRegisterB() { return registerB; }
49 BuilderInstruction22b(@onnull Opcode opcode, int registerA, int registerB, int literal) argument
H A DBuilderInstruction22c.java47 protected final int registerB; field in class:BuilderInstruction22c
52 int registerB,
56 this.registerB = Preconditions.checkNibbleRegister(registerB);
61 @Override public int getRegisterB() { return registerB; }
50 BuilderInstruction22c(@onnull Opcode opcode, int registerA, int registerB, @Nonnull Reference reference) argument
H A DBuilderInstruction22s.java46 protected final int registerB; field in class:BuilderInstruction22s
51 int registerB,
55 this.registerB = Preconditions.checkNibbleRegister(registerB);
60 @Override public int getRegisterB() { return registerB; }
49 BuilderInstruction22s(@onnull Opcode opcode, int registerA, int registerB, int literal) argument
H A DBuilderInstruction22t.java47 protected final int registerB; field in class:BuilderInstruction22t
51 int registerB,
55 this.registerB = Preconditions.checkNibbleRegister(registerB);
59 @Override public int getRegisterB() { return registerB; }
49 BuilderInstruction22t(@onnull Opcode opcode, int registerA, int registerB, @Nonnull Label target) argument
H A DBuilderInstruction22x.java46 protected final int registerB; field in class:BuilderInstruction22x
50 int registerB) {
53 this.registerB = Preconditions.checkShortRegister(registerB);
57 @Override public int getRegisterB() { return registerB; }
48 BuilderInstruction22x(@onnull Opcode opcode, int registerA, int registerB) argument
H A DBuilderInstruction23x.java46 protected final int registerB; field in class:BuilderInstruction23x
51 int registerB,
55 this.registerB = Preconditions.checkByteRegister(registerB);
60 @Override public int getRegisterB() { return registerB; }
49 BuilderInstruction23x(@onnull Opcode opcode, int registerA, int registerB, int registerC) argument
H A DBuilderInstruction32x.java46 protected final int registerB; field in class:BuilderInstruction32x
50 int registerB) {
53 this.registerB = Preconditions.checkShortRegister(registerB);
57 @Override public int getRegisterB() { return registerB; }
48 BuilderInstruction32x(@onnull Opcode opcode, int registerA, int registerB) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction12x.java45 protected final int registerB; field in class:ImmutableInstruction12x
49 int registerB) {
52 this.registerB = Preconditions.checkNibbleRegister(registerB);
66 @Override public int getRegisterB() { return registerB; }
47 ImmutableInstruction12x(@onnull Opcode opcode, int registerA, int registerB) argument
H A DImmutableInstruction22x.java45 protected final int registerB; field in class:ImmutableInstruction22x
49 int registerB) {
52 this.registerB = Preconditions.checkShortRegister(registerB);
66 @Override public int getRegisterB() { return registerB; }
47 ImmutableInstruction22x(@onnull Opcode opcode, int registerA, int registerB) argument
H A DImmutableInstruction32x.java45 protected final int registerB; field in class:ImmutableInstruction32x
49 int registerB) {
52 this.registerB = Preconditions.checkShortRegister(registerB);
66 @Override public int getRegisterB() { return registerB; }
47 ImmutableInstruction32x(@onnull Opcode opcode, int registerA, int registerB) argument
H A DImmutableInstruction22b.java45 protected final int registerB; field in class:ImmutableInstruction22b
50 int registerB,
54 this.registerB = Preconditions.checkByteRegister(registerB);
70 @Override public int getRegisterB() { return registerB; }
48 ImmutableInstruction22b(@onnull Opcode opcode, int registerA, int registerB, int literal) argument
H A DImmutableInstruction22c.java48 protected final int registerB; field in class:ImmutableInstruction22c
53 int registerB,
57 this.registerB = Preconditions.checkNibbleRegister(registerB);
73 @Override public int getRegisterB() { return registerB; }
51 ImmutableInstruction22c(@onnull Opcode opcode, int registerA, int registerB, @Nonnull Reference reference) argument
H A DImmutableInstruction22cs.java45 protected final int registerB; field in class:ImmutableInstruction22cs
50 int registerB,
54 this.registerB = Preconditions.checkNibbleRegister(registerB);
70 @Override public int getRegisterB() { return registerB; }
48 ImmutableInstruction22cs(@onnull Opcode opcode, int registerA, int registerB, int fieldOffset) argument
H A DImmutableInstruction22s.java45 protected final int registerB; field in class:ImmutableInstruction22s
50 int registerB,
54 this.registerB = Preconditions.checkNibbleRegister(registerB);
70 @Override public int getRegisterB() { return registerB; }
48 ImmutableInstruction22s(@onnull Opcode opcode, int registerA, int registerB, int literal) argument
H A DImmutableInstruction22t.java45 protected final int registerB; field in class:ImmutableInstruction22t
50 int registerB,
54 this.registerB = Preconditions.checkNibbleRegister(registerB);
70 @Override public int getRegisterB() { return registerB; }
48 ImmutableInstruction22t(@onnull Opcode opcode, int registerA, int registerB, int codeOffset) argument
H A DImmutableInstruction23x.java45 protected final int registerB; field in class:ImmutableInstruction23x
50 int registerB,
54 this.registerB = Preconditions.checkByteRegister(registerB);
70 @Override public int getRegisterB() { return registerB; }
48 ImmutableInstruction23x(@onnull Opcode opcode, int registerA, int registerB, int registerC) argument
H A DImmutableInstructionFactory.java71 int registerB) {
72 return new ImmutableInstruction12x(opcode, registerA, registerB);
118 int registerB,
120 return new ImmutableInstruction22b(opcode, registerA, registerB, literal);
125 int registerB,
127 return new ImmutableInstruction22c(opcode, registerA, registerB, reference);
132 int registerB,
134 return new ImmutableInstruction22s(opcode, registerA, registerB, literal);
139 int registerB,
141 return new ImmutableInstruction22t(opcode, registerA, registerB, codeOffse
69 makeInstruction12x(@onnull Opcode opcode, int registerA, int registerB) argument
116 makeInstruction22b(@onnull Opcode opcode, int registerA, int registerB, int literal) argument
123 makeInstruction22c(@onnull Opcode opcode, int registerA, int registerB, @Nonnull Reference reference) argument
130 makeInstruction22s(@onnull Opcode opcode, int registerA, int registerB, int literal) argument
137 makeInstruction22t(@onnull Opcode opcode, int registerA, int registerB, int codeOffset) argument
144 makeInstruction22x(@onnull Opcode opcode, int registerA, int registerB) argument
150 makeInstruction23x(@onnull Opcode opcode, int registerA, int registerB, int registerC) argument
180 makeInstruction32x(@onnull Opcode opcode, int registerA, int registerB) argument
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DInstructionFactory.java49 Instruction makeInstruction12x(@Nonnull Opcode opcode, int registerA, int registerB); argument
57 Instruction makeInstruction22b(@Nonnull Opcode opcode, int registerA, int registerB, int literal); argument
58 Instruction makeInstruction22c(@Nonnull Opcode opcode, int registerA, int registerB, @Nonnull Ref reference); argument
59 Instruction makeInstruction22s(@Nonnull Opcode opcode, int registerA, int registerB, int literal); argument
60 Instruction makeInstruction22t(@Nonnull Opcode opcode, int registerA, int registerB, int codeOffset); argument
61 Instruction makeInstruction22x(@Nonnull Opcode opcode, int registerA, int registerB); argument
62 Instruction makeInstruction23x(@Nonnull Opcode opcode, int registerA, int registerB, int registerC); argument
67 Instruction makeInstruction32x(@Nonnull Opcode opcode, int registerA, int registerB); argument
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c8367 Bit8u registerB = 0, registerC = 0; local
8370 registerB = inb_cmos( 0xB );
8373 if( ( registerB & 0x60 ) != 0 ) {
8397 outb_cmos( 0xB, registerB & 0x37 ); // Clear the Periodic Interrupt.

Completed in 954 milliseconds