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/v8/src/arm64/ |
D | instructions-arm64.cc | 294 uint32_t high16 = unsigned_bitextract_32(31, 16, target_offset); in SetUnresolvedInternalReferenceImmTarget() local 298 patcher.brk(high16); in SetUnresolvedInternalReferenceImmTarget()
|
D | instructions-arm64.h | 329 int32_t high16 = ImmException(); in ImmUnresolvedInternalReference() local 331 return (high16 << 16) | low16; in ImmUnresolvedInternalReference()
|
D | assembler-arm64.cc | 2079 uint32_t high16 = unsigned_bitextract_32(31, 16, offset); in dcptr() local 2082 brk(high16); in dcptr()
|
/external/smali/smali/src/test/resources/LexerTest/ |
D | InstructionTest.smali | 90 const/high16 91 const-wide/high16
|
D | InstructionTest.tokens | 90 INSTRUCTION_FORMAT21ih("const/high16") 91 INSTRUCTION_FORMAT21lh("const-wide/high16")
|
/external/smali/smali/src/main/jflex/ |
D | smaliLexer.jflex | 487 "const/high16" { 491 "const-wide/high16" {
|
/external/smali/smali/src/main/antlr/ |
D | smaliParser.g | 941 : //e.g. const/high16 v1, 1234 946 : //e.g. const-wide/high16 v1, 1234
|
D | smaliTreeWalker.g | 909 : //e.g. const/high16 v1, 1234 921 : //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
|