Home
last modified time | relevance | path

Searched refs:sreg (Results 1 – 25 of 25) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/visium/
Dallinsn_def.s43 brr ns,sreg
45 brr ne,sreg
47 brr cc,sreg
49 brr oc,sreg
51 brr nc,sreg
53 brr ge,sreg
55 brr gt,sreg
57 brr hi,sreg
59 brr le,sreg
61 brr ls,sreg
[all …]
Dallinsn_gr5.s43 brr ns,sreg
45 brr ne,sreg
47 brr cc,sreg
49 brr oc,sreg
51 brr nc,sreg
53 brr ge,sreg
55 brr gt,sreg
57 brr hi,sreg
59 brr le,sreg
61 brr ls,sreg
[all …]
Dallinsn_gr6.s43 brr ns,sreg
45 brr ne,sreg
47 brr cc,sreg
49 brr oc,sreg
51 brr nc,sreg
53 brr ge,sreg
55 brr gt,sreg
57 brr hi,sreg
59 brr le,sreg
61 brr ls,sreg
[all …]
Dallinsn_def.d71 0+00000e8 <sreg>:
Dallinsn_gr5.d71 0+00000e8 <sreg>:
Dallinsn_gr6.d71 0+00000e8 <sreg>:
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
Dpushpop-dcr1-sreg.d2 #name: pushpop-word-sreg-dcr1-special
Dx-to-dcr1-sreg.d2 #name: x-to-word-sreg-dcr1-special
Dpushpop-dword-sreg.d2 #name: pushpop-dword-sreg-@OR@
Dpushpop-word-sreg.d2 #name: pushpop-word-sreg-@OR@
Dpushpop-byte-sreg.d2 #name: pushpop-byte-sreg-@OR@
Dx-to-byte-sreg.d2 #name: x-to-byte-sreg-@OR@
Dx-to-word-sreg.d2 #name: x-to-word-sreg-@OR@
Dx-to-dword-sreg.d2 #name: x-to-dword-sreg-@OR@
Dsreg-to-x.d2 #name: sreg-@OR@-to-x
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
Dmips16e-save.s25 # sreg
/toolchain/binutils/binutils-2.27/opcodes/
Dmsp430-decode.opc359 opcode:4 sreg:4 Ad:1 BW:1 As:2 Dreg:4
370 /** dopc sreg a b as dreg %D%b %1,%0 */
372 ID (dopc_to_id (dopc)); ASX (sreg, as, srxt_bits); ADX (dreg, a, dsxt_bits); ABW (al_bit, b);
Dmsp430-decode.c2573 int sreg AU = op[0] & 0x0f; in msp430_decode_opcode()
2588 printf (" sreg = 0x%x,", sreg); in msp430_decode_opcode()
2597 … ID (dopc_to_id (dopc)); ASX (sreg, as, srxt_bits); ADX (dreg, a, dsxt_bits); ABW (al_bit, b); in msp430_decode_opcode()
Dcris-dis.c123 spec_reg_info (unsigned int sreg, enum cris_disass_family distype) in spec_reg_info() argument
129 if (cris_spec_regs[i].number == sreg) in spec_reg_info()
/toolchain/binutils/binutils-2.27/bfd/
Dxtensa-isa.c292 xtensa_sysreg_internal *sreg = &isa->sysregs[n]; in xtensa_isa_init() local
293 is_user = sreg->is_user; in xtensa_isa_init()
295 isa->sysreg_table[is_user][sreg->number] = n; in xtensa_isa_init()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c6589 int sreg; in fix_loongson2f_jump() local
6595 sreg = EXTRACT_OPERAND (0, RS, *ip); in fix_loongson2f_jump()
6596 if (sreg == ZERO || sreg == KT0 || sreg == KT1 || sreg == ATREG) in fix_loongson2f_jump()
6604 macro_build (NULL, "and", "d,v,t", sreg, sreg, ATREG); in fix_loongson2f_jump()
9483 unsigned int sreg, unsigned int treg) in macro_build_branch_likely() argument
9493 macro_build (&expr1, brneg, fmt, sreg, treg); in macro_build_branch_likely()
9502 macro_build (ep, br, fmt, sreg, treg); in macro_build_branch_likely()
9546 macro_build_branch_rs (int type, expressionS *ep, unsigned int sreg) in macro_build_branch_rs() argument
9598 macro_build_branch_likely (br, brneg, call, ep, "s,p", sreg, ZERO); in macro_build_branch_rs()
9600 macro_build (ep, br, "s,p", sreg); in macro_build_branch_rs()
[all …]
Dtc-bfin.c1503 bfin_gen_ldstiifp (REG_T sreg, Expr_Node * poffset, int W) in bfin_gen_ldstiifp() argument
1506 int reg = (sreg->regno & CODE_MASK) | (IS_PREG (*sreg) ? 0x8 : 0x0); in bfin_gen_ldstiifp()
/toolchain/binutils/binutils-2.27/gas/testsuite/
DChangeLog-9303389 gas/cris/pushpop-dcr1-sreg.d: Likewise.
392 gas/cris/x-to-dcr1-sreg.d: Likewise.
3421 * gas/cris/pushpop-byte-sreg.d: Ditto.
3422 * gas/cris/pushpop-dword-sreg.d: Ditto.
3423 * gas/cris/pushpop-word-sreg.d: Ditto.
3438 * gas/cris/sreg-to-x.d: Ditto.
3442 * gas/cris/x-to-byte-sreg.d: Ditto.
3443 * gas/cris/x-to-dcr1-sreg.d: Ditto.
3444 * gas/cris/x-to-dword-sreg.d: Ditto.
3445 * gas/cris/x-to-word-sreg.d: Ditto.
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2013576 values and use it instead of sreg, treg, xreg, etc.
/toolchain/binutils/binutils-2.27/include/opcode/
DChangeLog-91031629 sreg,reg|mem' instruction from Reg16|Mem to WordReg|WordMem to