Searched defs:lui (Results 1 - 3 of 3) sorted by relevance

/external/llvm/test/MC/Mips/
H A Dsort-relocation-table.s22 lui $2,%hi(sym1) label
29 lui $2,%hi(sym2) label
39 lui $2,%hi(sym3) label
47 lui $2,%hi(sym4) label
59 lui $2,%hi(sym5) label
61 lui $2,%hi(sym5) label
72 lui $2,%hi(sym6) label
73 lui $2,%hi(sym6) label
82 lui $2,%got(sym7) label
90 lui label
100 lui $2,%hi(symc1) label
101 lui $2,%got(symc1) label
103 lui $2,%hi(symc1) label
104 lui $2,%hi(symc1) label
105 lui $2,%got(symc2) label
106 lui $2,%hi(symc1) label
109 lui $2,%hi(symc1) label
110 lui $2,%hi(symc1) label
[all...]
/external/v8/src/mips/
H A Dassembler-mips.cc182 // specially coded on MIPS means that it is a lui/ori instruction, and that is
745 // Use just lui and jic instructions. Insert lower part of the target address in
749 // in jic register with lui instruction.
1785 lui(at, (src.offset_ >> kLuiShift) & kImm16Mask);
1903 void Assembler::lui(Register rd, int32_t j) { function in class:v8::Assembler
1910 // This instruction uses same opcode as 'lui'. The difference in encoding is
1911 // 'lui' has zero reg. for rs field.
3086 lui(at, lui_offset);
3101 lui(at, (imm32 & kHiMask) >> kLuiShift);
3130 // Interpret 2 instructions generated by li: lui/or
[all...]
/external/v8/src/mips64/
H A Dassembler-mips64.cc160 // specially coded on MIPS means that it is a lui/ori instruction, and that is
2071 void Assembler::lui(Register rd, int32_t j) { function in class:v8::internal::Assembler
2078 // This instruction uses same opcode as 'lui'. The difference in encoding is
2079 // 'lui' has zero reg. for rs field.
3404 // 0: lui(rd, (j.imm64_ >> 32) & kImm16Mask);
3409 // Patching the address must replace all the lui & ori instructions,
3437 // lui rt, upper-16.

Completed in 194 milliseconds