Searched refs:hi16 (Results 1 – 21 of 21) sorted by relevance
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-tilepro/ |
D | reloc.s | 17 { addli r2,r2,hi16(external_32a); addli r3,r3,hi16(external_32b) } 28 moveli r0, hi16(external_data1 - . + 30000) 44 .short hi16(external_32a) 45 .short hi16(external_32b)
|
/toolchain/binutils/binutils-2.27/cpu/ |
D | iq2000m.cpu | 25 "andoui $rt,$rs,$hi16" 26 (+ OP_ANDOUI rs rt hi16) 27 (set rt (and rs (or (sll hi16 16) #xFFFF))) 31 "andoui ${rt-rs},$hi16" 32 (+ OP_ANDOUI rt-rs hi16) 33 (set rt-rs (and rt-rs (or (sll hi16 16) #xFFFF))) 37 "orui ${rt-rs},$hi16" 38 (+ OP_ORUI rt-rs hi16) 39 (set rt-rs (or rt-rs (sll hi16 16))) 43 "orui $rt,$rs,$hi16" [all …]
|
D | lm32.cpu | 154 (name hi16) 159 (handlers (parse "hi16")) 308 "andhi $r1,$r0,$hi16" 309 (+ OP_ANDHI r0 r1 hi16) 310 (set r1 (and r0 (sll SI hi16 16))) 578 "orhi $r1,$r0,$hi16" 579 (+ OP_ORHI r0 r1 hi16) 580 (set r1 (or r0 (sll SI hi16 16))) 776 "mvhi $r1,$hi16" 777 (+ OP_ORHI (f-r0 0) r1 hi16) [all …]
|
D | iq10.cpu | 28 "andoui $rt,$rs,$hi16" 29 (+ OP10_ANDOUI rs rt hi16) 30 (set rt (and rs (or (sll hi16 16) #xFFFF))) 34 "andoui ${rt-rs},$hi16" 35 (+ OP10_ANDOUI rt-rs hi16) 36 (set rt-rs (and rt-rs (or (sll hi16 16) #xFFFF))) 40 "orui $rt,$rs,$hi16" 41 (+ OP10_ORUI rs rt hi16) 42 (set rt (or rs (sll hi16 16))) 46 "orui ${rt-rs},$hi16" [all …]
|
D | iq2000.cpu | 396 (name hi16) 401 (handlers (parse "hi16")) 1019 "lui $rt,$hi16" 1020 (+ OP_LUI (f-rs 0) rt hi16) 1021 (set rt (sll hi16 16))
|
D | m32r.cpu | 478 (dnf f-hi16 "high 16 bits" (SIGN-OPT) 16 16) 528 (dnh h-hi16 "high 16 bits" () 701 (name hi16) 704 (type h-hi16) 705 (index f-hi16) 706 (handlers (parse "hi16")) 2013 "seth $dr,$hash$hi16" 2014 (+ OP1_13 OP2_12 dr (f-r2 0) hi16) 2015 (set dr (sll WI hi16 (const 16)))
|
D | mt.opc | 156 else if (strncmp (*strp, "%hi16", 5) == 0)
|
D | ChangeLog | 414 (parse_imm16): hi16/lo16 relocs are applicable to IMM16L. 489 (parse_signed16): Add %lo16() and %hi16().
|
D | m32c.opc | 377 if (strncasecmp (*strp, "%hi16(", 6) == 0)
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | c-rl78.texi | 77 @item %hi16() 83 movw ax,#%hi16(_sym)
|
D | c-m32c.texi | 114 @item %hi16 123 mov.w #%hi16(sym),a1
|
D | c-tilepro.texi | 167 @item hi16 174 @code{ha16(N)} is identical to @code{hi16(N)}, except if 175 @code{lo16(N)} is negative it adds one to the @code{hi16(N)}
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tilepro/ |
D | t_constants.s | 638 .short hi16(label_3 + 0x12345678 - label_1)
|
/toolchain/binutils/binutils-2.27/gold/ |
D | mips.cc | 5140 reloc_high<size, big_endian> hi16 = *it; in rello16() local 5141 if (hi16.r_sym == r_sym in rello16() 5142 && is_matching_lo16_reloc(hi16.r_type, r_type)) in rello16() 5144 mips_reloc_unshuffle(hi16.view, hi16.r_type, false); in rello16() 5145 reloc_status = do_relhi16(hi16.view, hi16.object, hi16.psymval, in rello16() 5146 hi16.addend, hi16.address, hi16.gp_disp, in rello16() 5147 hi16.r_type, hi16.extract_addend, addend, in rello16() 5149 mips_reloc_shuffle(hi16.view, hi16.r_type, false); in rello16()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tilepro.c | 225 INSERT_SPECIAL_OP(hi16); in md_begin()
|
/toolchain/binutils/binutils-2.27/gas/testsuite/ |
D | ChangeLog-2004 | 910 * gas/dlx/lohi.s: New test for spurious lo16/hi16
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2004 | 2117 hi16 and lo16 fixS structs.
|
/toolchain/binutils/binutils-2.27/gas/po/ |
D | uk.po | 13891 msgid "%%hi16/%%lo16 only applies to .short or .hword" 13892 msgstr "%%hi16/%%lo16 можна застосовувати лише до .short або .hword"
|
D | fr.po | 13903 msgid "%%hi16/%%lo16 only applies to .short or .hword" 13904 msgstr "%%hi16/%%lo16 s'applique uniquement à .short ou .hword"
|
D | zh_CN.po | 14274 msgid "%%hi16/%%lo16 only applies to .short or .hword"
|
D | gas.pot | 14155 msgid "%%hi16/%%lo16 only applies to .short or .hword"
|