Searched refs:high16 (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/arm/ |
D | constants-arm.cc | 21 uint64_t high16; in DoubleImmedVmov() local 22 high16 = (Bits(17, 16) << 4) | Bits(3, 0); // xxxxxxxx,xxcdefgh. in DoubleImmedVmov() 23 high16 |= (0xFF * Bit(18)) << 6; // xxbbbbbb,bbxxxxxx. in DoubleImmedVmov() 24 high16 |= (Bit(18) ^ 1) << 14; // xBxxxxxx,xxxxxxxx. in DoubleImmedVmov() 25 high16 |= Bit(19) << 15; // axxxxxxx,xxxxxxxx. in DoubleImmedVmov() 27 uint64_t imm = high16 << 48; in DoubleImmedVmov()
|
/external/smali/smali/src/test/resources/LexerTest/ |
D | InstructionTest.smali | 88 const/high16 89 const-wide/high16
|
D | InstructionTest.tokens | 88 INSTRUCTION_FORMAT21ih("const/high16") 89 INSTRUCTION_FORMAT21lh("const-wide/high16")
|
/external/v8/src/arm64/ |
D | instructions-arm64.h | 351 int32_t high16 = ImmException(); in ImmUnresolvedInternalReference() local 353 return (high16 << 16) | low16; in ImmUnresolvedInternalReference()
|
D | instructions-arm64.cc | 302 uint32_t high16 = unsigned_bitextract_32(31, 16, target_offset); in SetUnresolvedInternalReferenceImmTarget() local 306 patcher.brk(high16); in SetUnresolvedInternalReferenceImmTarget()
|
D | assembler-arm64.cc | 3938 uint32_t high16 = unsigned_bitextract_32(31, 16, offset); in dcptr() local 3941 brk(high16); in dcptr()
|
/external/smali/smali/src/main/jflex/ |
D | smaliLexer.jflex | 479 "const/high16" { 483 "const-wide/high16" {
|
/external/smali/smali/src/main/antlr/ |
D | smaliParser.g | 923 : //e.g. const/high16 v1, 1234 928 : //e.g. const-wide/high16 v1, 1234
|
D | smaliTreeWalker.g | 868 : //e.g. const/high16 v1, 1234 880 : //e.g. const-wide/high16 v1, 1234
|
/external/smali/smalidea/src/main/antlr/ |
D | smalideaParser.g | 1183 : //e.g. const/high16 v1, 1234 1187 : //e.g. const-wide/high16 v1, 1234
|