Searched refs:offset_expr (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-mips.c | 1107 static expressionS offset_expr; variable 1666 offset_expr.X_op = O_absent; in md_assemble() 1702 else if (offset_expr.X_op != O_absent) in md_assemble() 1703 append_insn (&insn, &offset_expr, offset_reloc); in md_assemble() 4616 macro_build (&offset_expr, s, "s,t,p", sreg, 0); in macro() 4620 macro_build (&offset_expr, s, "s,t,p", sreg, AT); in macro() 4628 macro_build (&offset_expr, likely ? "bgezl" : "bgez", "s,p", sreg); in macro() 4633 macro_build (&offset_expr, likely ? "blezl" : "blez", "s,p", treg); in macro() 4637 macro_build (&offset_expr, likely ? "beql" : "beq", "s,t,p", AT, 0); in macro() 4661 macro_build (&offset_expr, "bnel", "s,t,p", 0, 0); in macro() [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-mips.c | 1188 static expressionS offset_expr; variable 1938 offset_expr.X_op = O_absent; in md_assemble() 1974 else if (offset_expr.X_op != O_absent) in md_assemble() 1975 append_insn (&insn, &offset_expr, offset_reloc); in md_assemble() 4624 macro_build (&offset_expr, s, "s,t,p", sreg, 0); in macro() 4629 macro_build (&offset_expr, s, "s,t,p", sreg, AT); in macro() 4637 macro_build (&offset_expr, likely ? "bgezl" : "bgez", "s,p", sreg); in macro() 4642 macro_build (&offset_expr, likely ? "blezl" : "blez", "s,p", treg); in macro() 4647 macro_build (&offset_expr, likely ? "beql" : "beq", "s,t,p", AT, 0); in macro() 4671 macro_build (&offset_expr, "bnel", "s,t,p", 0, 0); in macro() [all …]
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-data-ref.c | 1439 tree oprnd0, oprnd1, base_address, offset_expr, base_addr0, base_addr1; in address_analysis() local 1484 offset_expr = base_addr0 ? in address_analysis() 1490 if (TREE_CODE (offset_expr) == INTEGER_CST && address_misalign) in address_analysis() 1493 offset_expr); in address_analysis() 1504 *offset = size_binop (TREE_CODE (expr), address_offset, offset_expr); in address_analysis()
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-9295 | 5739 based on contents of imm_expr and offset_expr, rather than 5741 name of offset_expr, rather than mips_pic.
|
/openbsd-src/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-9295 | 5739 based on contents of imm_expr and offset_expr, rather than 5741 name of offset_expr, rather than mips_pic.
|