Searched refs:hi16 (Results 1 – 19 of 19) sorted by relevance
/toolchain/binutils/binutils-2.25/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.25/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 | 400 (parse_imm16): hi16/lo16 relocs are applicable to IMM16L. 475 (parse_signed16): Add %lo16() and %hi16().
|
D | m32c.opc | 377 if (strncasecmp (*strp, "%hi16(", 6) == 0)
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-rl78.texi | 65 @item %hi16() 71 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.25/gas/testsuite/gas/tilepro/ |
D | t_constants.s | 633 .short hi16(label_3 + 0x12345678 - label_1)
|
/toolchain/binutils/binutils-2.25/gold/ |
D | mips.cc | 4396 reloc_high<size, big_endian> hi16 = *it; in rello16() local 4397 if (hi16.r_sym == r_sym in rello16() 4398 && is_matching_lo16_reloc(hi16.r_type, r_type)) in rello16() 4400 if (do_relhi16(hi16.view, hi16.object, hi16.psymval, hi16.addend, in rello16() 4401 hi16.address, hi16.gp_disp, hi16.r_type, in rello16() 4402 hi16.extract_addend, addend, target) in rello16()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tilepro.c | 225 INSERT_SPECIAL_OP(hi16); in md_begin()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
D | ChangeLog-2004 | 910 * gas/dlx/lohi.s: New test for spurious lo16/hi16
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2004 | 2117 hi16 and lo16 fixS structs.
|
/toolchain/binutils/binutils-2.25/gas/po/ |
D | gas.pot | 13601 msgid "%%hi16/%%lo16 only applies to .short or .hword"
|
D | uk.po | 13470 msgid "%%hi16/%%lo16 only applies to .short or .hword"
|