Searched refs:halfwords (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | c64xplus-gf2m.pl | 42 SHRU $A,16, $Ahi ; smash $A to two halfwords 62 SHRU $A,16, $Ahi ; smash $A to two halfwords
|
/third_party/openssl/crypto/bn/asm/ |
H A D | c64xplus-gf2m.pl | 42 SHRU $A,16, $Ahi ; smash $A to two halfwords 62 SHRU $A,16, $Ahi ; smash $A to two halfwords
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390-inl.h | 60 int32_t dis = static_cast<int32_t>(instr & 0xFFFFFFFF) * 2 // halfwords in apply() 326 int32_t halfwords = (target - pc) / 2; // number of halfwords in set_target_address_at() local 327 instr_1 |= static_cast<uint32_t>(halfwords); in set_target_address_at()
|
H A D | assembler-s390.h | 595 /* 2nd argument encodes # of halfwords, so divide by 2. */ \ 944 int32_t halfwords = branch_offset(l) / 2; in b() local 945 brasl(r, Operand(halfwords)); in b()
|
Completed in 5 milliseconds