Searched refs:regb (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dhlebad.s31 # Tests for op imm8 regb/m8
81 # Tests for op imm8 regb/m8
91 # Tests for op regb regb/m8
92 # Tests for op regb/m8 regb
180 # Tests for op regb/m8
214 # Tests for op regb, regb/m8
250 # Tests for op imm8 regb/m
[all...]
H A Dhlebad.l387 [ ]*31[ ]+\# Tests for op imm8 regb/m8
441 [ ]*81[ ]+\# Tests for op imm8 regb/m8
451 [ ]*91[ ]+\# Tests for op regb regb/m8
452 [ ]*92[ ]+\# Tests for op regb/m8 regb
548 [ ]*180[ ]+\# Tests for op regb/m8
582 [ ]*214[ ]+\# Tests for op regb, regb/m8
622 [ ]*250[ ]+\# Tests for op imm8 regb/m
[all...]
H A Dx86-64-hlebad.s40 # Tests for op imm8 regb/m8
110 # Tests for op imm8 regb/m8
120 # Tests for op regb regb/m8
121 # Tests for op regb/m8 regb
242 # Tests for op regb/m8
286 # Tests for op regb, regb/m8
331 # Tests for op imm8 regb/m
[all...]
H A Dx86-64-hlebad.l512 [ ]*40[ ]+\# Tests for op imm8 regb/m8
586 [ ]*110[ ]+\# Tests for op imm8 regb/m8
600 [ ]*120[ ]+\# Tests for op regb regb/m8
601 [ ]*121[ ]+\# Tests for op regb/m8 regb
730 [ ]*242[ ]+\# Tests for op regb/m8
778 [ ]*286[ ]+\# Tests for op regb, regb/m8
823 [ ]*331[ ]+\# Tests for op imm8 regb/m
[all...]
H A Dhle.s7 # Tests for op imm8 regb/m8
268 # Tests for op imm8 regb/m8
313 # Tests for op regb regb/m8
314 # Tests for op regb/m8 regb
542 # Tests for op regb/m8
628 # Tests for op regb, regb/m8
644 # Tests for op imm8 regb/m
[all...]
H A Dx86-64-hle.s10 # Tests for op imm8 regb/m8
379 # Tests for op imm8 regb/m8
424 # Tests for op regb regb/m8
425 # Tests for op regb/m8 regb
736 # Tests for op regb/m8
848 # Tests for op regb, regb/m8
867 # Tests for op imm8 regb/m
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/pru/
H A Dinterp.c142 register "regn", and byte "regb" within it. */
145 int regn, int regb)
164 else if ((regn * 4 + regb + nbytes) > (32 * 4))
179 extract_regval (CPU.regs[regn], regb));
181 if (++regb >= 4)
183 regb = 0;
191 register "regn", and byte "regb" within it. */
194 int regn, int regb)
216 else if ((regn * 4 + regb + nbytes) > (32 * 4))
232 write_regval (b, &CPU.regs[regn], regb);
144 pru_reg2dmem(SIM_CPU *cpu, uint32_t addr, unsigned int nbytes, int regn, int regb) argument
193 pru_dmem2reg(SIM_CPU *cpu, uint32_t addr, unsigned int nbytes, int regn, int regb) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/pru/
H A Dinterp.c145 register "regn", and byte "regb" within it. */
148 int regn, int regb)
167 else if ((regn * 4 + regb + nbytes) > (32 * 4))
182 extract_regval (CPU.regs[regn], regb));
184 if (++regb >= 4)
186 regb = 0;
194 register "regn", and byte "regb" within it. */
197 int regn, int regb)
219 else if ((regn * 4 + regb + nbytes) > (32 * 4))
235 write_regval (b, &CPU.regs[regn], regb);
147 pru_reg2dmem(SIM_CPU *cpu, uint32_t addr, unsigned int nbytes, int regn, int regb) argument
196 pru_dmem2reg(SIM_CPU *cpu, uint32_t addr, unsigned int nbytes, int regn, int regb) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-regalloc.c334 const hsa_op_reg * const *regb = (const hsa_op_reg * const *)b; local
336 if (rega == regb)
338 ret = (*rega)->m_lr_begin - (*regb)->m_lr_begin;
341 return ((*rega)->m_order - (*regb)->m_order);
349 cmp_end (hsa_op_reg * const &rega, hsa_op_reg * const &regb) argument
352 if (rega == regb)
354 ret = (regb)->m_lr_end - (rega)->m_lr_end;
357 return (((regb)->m_order - (rega)->m_order)) < 0;
/netbsd-current/sys/arch/mips/mips/
H A Dmips_mcclock.c102 mcclock_addr->regb = MC_REGB_BINARY|MC_REGB_24HR|MC_REGB_PIE;
/netbsd-current/sys/arch/atari/dev/
H A Dclock.c425 u_int regb; local
428 regb = mc146818_read(RTC, MC_REGB);
432 regb &= MC_REGB_24HR|MC_REGB_BINARY;
433 if (regb != (MC_REGB_24HR|MC_REGB_BINARY)) {
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Drl78-parse.y121 /* Convert a "regb" value to a "reg_xbc" value. Error if other
149 %type <regno> regb regb_na regw regw_na FLAG sfr
469 | incdec regb
612 | MOV sfr ',' regb
1102 regb : X { $$ = 0; } label
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Drl78-parse.y121 /* Convert a "regb" value to a "reg_xbc" value. Error if other
149 %type <regno> regb regb_na regw regw_na FLAG sfr
469 | incdec regb
612 | MOV sfr ',' regb
1102 regb : X { $$ = 0; } label
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Drl78-parse.y121 /* Convert a "regb" value to a "reg_xbc" value. Error if other
149 %type <regno> regb regb_na regw regw_na FLAG sfr
469 | incdec regb
612 | MOV sfr ',' regb
1102 regb : X { $$ = 0; } label
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Drx-decode.c3886 /** 0011 1111 rega regb rtsd #%1, %2-%0 */
3890 int regb AU = op[1] & 0x0f;
3894 "/** 0011 1111 rega regb rtsd #%1, %2-%0 */",
3897 printf (" regb = 0x%x\n", regb);
3901 ID(rtsd); SC(IMM(1) * 4); S2R(rega); DR(regb);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Drx-decode.c3886 /** 0011 1111 rega regb rtsd #%1, %2-%0 */
3890 int regb AU = op[1] & 0x0f;
3894 "/** 0011 1111 rega regb rtsd #%1, %2-%0 */",
3897 printf (" regb = 0x%x\n", regb);
3901 ID(rtsd); SC(IMM(1) * 4); S2R(rega); DR(regb);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Drx-decode.c3886 /** 0011 1111 rega regb rtsd #%1, %2-%0 */
3890 int regb AU = op[1] & 0x0f;
3894 "/** 0011 1111 rega regb rtsd #%1, %2-%0 */",
3897 printf (" regb = 0x%x\n", regb);
3901 ID(rtsd); SC(IMM(1) * 4); S2R(rega); DR(regb);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Drx-decode.c3886 /** 0011 1111 rega regb rtsd #%1, %2-%0 */
3890 int regb AU = op[1] & 0x0f;
3894 "/** 0011 1111 rega regb rtsd #%1, %2-%0 */",
3897 printf (" regb = 0x%x\n", regb);
3901 ID(rtsd); SC(IMM(1) * 4); S2R(rega); DR(regb);

Completed in 453 milliseconds